RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.ActiveChanged Method

Generates an OnActiveChanged event.

Pascal
procedure ActiveChanged; override;
C++
virtual __fastcall ActiveChanged();

Changes to the Active property trigger the ActiveChanged method. If an OnActiveChange event handler is assigned, ActiveChanged calls this event handler. If ActiveChanged is triggered by a transition into an active state, then before calling the event handler, ActiveChanged makes sure that the Field for this TFieldDataLink is still valid. 

 

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