JVCL Help:IJvDataProviderNotify.DataProviderChanged
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataProviderNotify.DataProviderChanged Method
[+] IJvDataProviderNotify Methods
Search in JVCL Help
Search in all projectsSummary
Called when a change has occurred at the provider.
Pascal
procedureDataProviderChanged(constADataProvider: IJvDataProvider; AReason: TDataProviderChangeReason; Source: IUnknown);
Parameters
Parameters | Description |
const ADataProvider: IJvDataProvider | The provider that is issuing the notification. |
AReason: TDataProviderChangeReason | The reason of the change as passed on to the provider's Changed method. |
Source: IUnknown | Reference to the object the change is for as passed on to the provider's Changed method. |
Description
DataProviderChanged is called whenever a change has occurred at the provider (i.e. the provider's Changed method is called).
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page