RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TReconcileActionLink.DataEvent Method

Responds to various events that occur while working with data.

Pascal
procedure DataEvent(Event: TDataEvent; Info: Integer); override;
C++
virtual __fastcall DataEvent(TDataEvent Event, int Info);

DataEvent is called automatically when various data events occur. Event indicates the event that just occurred. Info provides additional context information for some events.  

In TReconcileActionLink, DataEvent first calls the method inherited from TDataLink to dispatch most events by calling appropriate methods. Then, if the data event is deReconcileError, it notifies the action specified by the ApplyAction property so that it can display an error dialog. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!