TdxServerModeCustomDataSource.BeforeOpen Event
Occurs when the data source is about to be opened (made active).
Declaration
property BeforeOpen: TdxServerModeDataSourceNotifyEvent read; write;
Remarks
Sender references the data source.
Refer to the Active property description to learn about the moment when this event is fired.
See Also