TdxServerModeCustomDataSource Events
The base class for server mode data sources.| Name | Description |
|---|---|
| AfterClose | Occurs after the data source has been closed (made inactive). |
| AfterOpen | Occurs after the data source has been opened (made active). |
| BeforeClose | Occurs when the data source is about to be closed (made inactive). |
| BeforeOpen | Occurs when the data source is about to be opened (made active). |
| OnFatalError | Occurs when the data source is unable to continue fetching data from the connected database. |
| OnInconsistentCache | Occurs after the data source has detected an inconsistency in its internal cache or failed to recover the consistency. |
| SQLAdapterEvents |
See Also