|
Class TDAOTable (unit DAOTable) |
TDAOTable is a dataset component that encapsulates a database table.
|
Functions |
function Seek(const sComparison: string; KeyValues: array of OleVariant): Boolean;
|
Properties |
property Active
property FilterText
property IndexName
property OpenType : TDAORstOpenType
property SortText
property TableName : string
property Attached : Boolean
property Attributes : TTableAttributes
|
Functions |
function Seek(const sComparison: string; KeyValues: array of OleVariant): Boolean;
|
Properties |
property Active :
property FilterText :
property IndexName :
property OpenType : TDAORstOpenType
OpenType is set from the following values:
| db_Open_Dynaset | Opening of Recordset such as a dynamic set of records. |
| db_Open_Snapshot | Opening of Recordset such as a static set of records. |
| db_Open_Table | Opening of table. |
property SortText :
property TableName : string
property Attached : BooleanTrue - table is attached, False - not.
property Attributes : TTableAttributes