RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCtrlGridLink.ActiveChanged Method

Responds to changes in the Active property.

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

The ActiveChanged method defined by TDataLink merely provides an interface for a method that can respond to changes in the Active property. Derived objects that do not need to respond to such changes can allow the inherited method to ignore them. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!