[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A wrapper for the TtiPreSizedStream
Source position: tiVisitor.pas line 288
type TVisStream = class(TtiVisitor) end; |
protected |
procedure Write(); virtual; |
procedure WriteLn(); virtual; |
procedure SetStream(); virtual; |
public |
property Stream: TtiPreSizedStream; [rw] |
|
A wrapper for the TtiPreSizedStream |
|
| | ||
|
The class that does the visiting |
|
| | ||
TtiBaseObject,IInterface |
||
| | ||
TObject |
A wrapper for the TtiPreSizedStream, which allows text to be written to the stream with each visit.