Class TTextFile (unit TextStrm)

Inherits from

TTextStream

Constructors


constructor Create(const FileName: String; Mode: TTextMode);

********************************** TTextFile **********************************


Functions

destructor Destroy;


function EndOfFile: Boolean;


function ReadLine: String;


procedure Reset;


procedure WriteLine(const Line: String);


Properties

Events

Variables

FMode : TTextMode;


FText : Text;



Constructors


constructor Create(const FileName: String; Mode: TTextMode);

********************************** TTextFile **********************************


Functions


destructor Destroy;


function EndOfFile: Boolean;


function ReadLine: String;


procedure Reset;


procedure WriteLine(const Line: String);


Properties


Events


Variables


FMode : TTextMode;


FText : Text;