| [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 301
type TVisStringStream = class(TVisStream) end;  | 
protected  | 
function GetText; virtual;  | 
public  | 
constructor Create; override;  | 
destructor Destroy; override;  | 
property Text: string; [r]  | 
  | 
A wrapper for the TtiPreSizedStream  | 
|
| | | ||
  | 
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. The stream can be accessed as a string.