| TIBOBaseTable Object
Properties Methods |
Unit
IBDataset
Declaration
TIBOBaseTable = class(TIBODataset)
Description
This is a custom base class for those who would like to make their own
TTable-like derivitave of the IBO TTable derivitave.
| Introduced Public Properties |
| IndexFieldNames | This property is used to specify which columns will be used in the ORDER BY clause of the select statement that is sent to the server for this table. |
| IndexName | This property is currently unsupported. |
| MasterFields | This property is used to tell which columns are used to form a master-detail relationship between two datasets. |
| MasterSource | This is a reference to another dataset that is to be used in a master-detail relationship. |
| TableName | The name of the table that is to be used by this component. |
| Introduced Public Methods |
| AddIndex | |
| CreateTable | This method is still work in progress. |
| DeleteIndex | Call this method to drop an index from the database. |
| DeleteTable | Call this method to drop a table from the database. |
| EmptyTable | This method will delete all the records in the table. |
| Exists | This method tells whether or not the specified table exists in the database. |