A component for retrieving and updating data in a single table without writing SQL statements.
For a list of all members of this type, see TMSTable members.
TMSTable = class(TCustomMSTable);
The TMSTable component allows retrieving and updating data in a single table without writing SQL statements. Use TMSTable to access data in a table or view. Use the TableName property to specify table name. TMSTable uses the KeyFields property to build SQL statements for updating table data. KeyFields is a string containing a semicolon-delimited list of the field names.
TMemDataSet
TCustomDADataSet
TCustomMSDataSet
TCustomMSTable
TMSTable