Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>class ttxtfile</b> ascii files management as objects http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Class TTxtFile   Ascii files management as objects
--------------------------------------------------------------------------------

  See Also Class TTxtEdit  for editing text files.

 DATAs
--------------------------------------------------------------------------------
 cLine            The latest ascii line read from the file
 nTLines          The number of lines contained inside the ascii file
 nLine            Current ascii line number
 nMaxLineLength   The maximum ascii line size permitted to be read. Default 1024
 nOffset          The binary position inside the ascii file

 METHODs
--------------------------------------------------------------------------------
 New              Constructor method
 Add              Adds a new line to the ascii file
 AppendLn         Adds a new line to the ascii file
 Advance          Skips to the next ascii line
 DelLine          Deletes an ascii line
 GetValue         Retrieves an ascii INI file section and key value
 GoTo             Jumps to a specific ascii line number
 GoTop            Jumps to the beginning of the ascii file
 GoBottom         Jumps to the end of the ascii file
 InsLine          Insert an ascii line in the current line position
 LastRec          Returns number of ascii text lines
 nRecno           Returns the current ascii line number
 ReadLine         Returns the current ascii line text
 ReadLn           Returns the current ascii line text
 RecCount         Returns the number of ascii text lines
 RecNo            Returns the current ascii line number
 RepLine          Duplicates the current ascii text line
 Rewind           Skips to a previous line position
 SetValue         Changes an ascii INI file section and key value
 Skip             Skips a certain number of ascii text lines


See Also: FiveWin.ch

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson