RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.OnActiveChange Event

Occurs when the Active property of the TFieldDataLink changes.

Pascal
property OnActiveChange: TNotifyEvent;
C++
__property TNotifyEvent OnActiveChange;

Write an OnActiveChange event handler to take specific action immediately after the dataset transitions into or out of an active state. OnActiveChange is particularly useful for updating objects to reflect changes that occurred while the dataset was not active, as the object can not respond to events while its TFieldDataLink is not Active. 

 

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