JVCL Help:IJvDataProviderNotify.DataProviderChanging

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 is about to occur at the provider.


Pascal

 procedureDataProviderChanging(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 Changing method.
Source: IUnknown Reference to the object the change is for as passed on to the provider's Changing method.


Description

DataProviderChanging is called whenever a change is about to occur at the provider (i.e. the provider's Changing method is called).


See Also

IJvDataProvider.Changing


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