Unit TxtFile |
Classes |
TTxtFile -
Functions |
Types |
Constants |
Variables |
Functions |
Types |
TFileMode = fmClosed..fmOutputTTxtFile - object-oriented wrapper for standard Pascal/Delphi TextFile type. Usage : var q : TTxtFile; q := TTxtFile.Create('MYFILE.TXT'); q.ReWrite; q.WriteLn('Test'); q.Close; q.Free
Constants |
Variables |