Class TStringsText (unit TextStrm)

Inherits from

TTextStream

Constructors


constructor Create(AStrings: TStrings);

************************************** TStringsText **************************************


Functions

destructor Destroy;


function EndOfFile: Boolean;


function LineCnt: Integer;


function ReadLine: String;


procedure Reset;


procedure WriteLine(const Line: String);


procedure SetStrings(Value: TStrings);


Properties

property Strings : TStrings


Events

Variables

FCurLine : Integer;


FStrings : TStrings;



Constructors


constructor Create(AStrings: TStrings);

************************************** TStringsText **************************************


Functions


destructor Destroy;


function EndOfFile: Boolean;


function LineCnt: Integer;


function ReadLine: String;


procedure Reset;


procedure WriteLine(const Line: String);


procedure SetStrings(Value: TStrings);


Properties


property Strings : TStrings


Events


Variables


FCurLine : Integer;


FStrings : TStrings;