[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event triggered before the dataset is opened.
Source position: db.pas line 1691
public property TDataSet.BeforeOpen : TDataSetNotifyEvent |
BeforeOpen is triggered before the dataset is opened. No actions have been performed yet when this event is called, and the dataset is still in dsInactive state. It can be used to set parameters and options that influence the opening process. If an exception is raised during the event handler, the dataset remains closed.
|
Event triggered after the dataset is opened. |
|
|
Current operational state of the dataset |