Unit TxtTable |
Classes |
TStrGrid - TStrGrid - used for keep data in memory, also implements methods for retrieving and storing data in text files
TTextTable - TTextTable - descedant of TDataSet, implements simple text file based dataset
Functions |
Register - Component registering
Types |
PInteger
PLongInt
PRecInfo
TArrInt
TRecInfo
Constants |
Variables |
Functions |
Types |
PInteger = ^TArrInt
PLongInt = ^LongInt
PRecInfo = ^TRecInfo
TArrInt = array [0..10000] of integer;
TRecInfo = record
BookMark : Longint;
UpdateStatus : TUpdateStatus;
BookmarkFlag : TBookmarkFlag;
end;
Constants |
Variables |