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 TCustomMSTable members.
TCustomMSTable = class(TCustomMSDataSet);
TCustomMSTable implements functionality to access data in a table. Use TCustomMSTable properties and methods to gain direct access to records and fields in an underlying server database without writing SQL statements.
TMemDataSet
TCustomDADataSet
TCustomMSDataSet
TCustomMSTable