[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiVisitor' (#tiopf)

TVisStringStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

A wrapper for the TtiPreSizedStream

Declaration

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]

Inheritance

TVisStringStream

  

A wrapper for the TtiPreSizedStream

|

TVisStream

  

A wrapper for the TtiPreSizedStream

|

TtiVisitor

  

The class that does the visiting

|

TtiBaseObject,IInterface

|

TObject

Description

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.


Documentation generated on: 2017-08-16