JVCL Help:IJvDataProviderNotify.DataProviderChanged

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

IJvDataProvider.Changed


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