A base class that defines functionality for descendant classes which access data in a single table without writing SQL statements.
For a list of all members of this type, see TCustomLiteTable members.
TCustomLiteTable = class(TCustomLiteDataSet);
TCustomLiteTable implements functionality to access data in a table. Use TCustomLiteTable properties and methods to gain direct access to records and fields in an underlying database without writing SQL statements.
TMemDataSet
TCustomDADataSet
TCustomLiteDataSet
TCustomLiteTable