TDataSet.Open
TDataSet |
Top |
· | Triggers the BeforeOpen event handler if one is defined for the dataset.
|
· | Sets the dataset state to dsBrowse.
|
· | Opens a Borland Database Engine (BDE) cursor into the dataset, if appropriate (only applies to TBDEDataSet and its descendants, TQuery, TStoredProc, and TTable).
|
· | Triggers the After Open event handler if one is defined for the dataset.
|