RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCtrlGridLink.ActiveChanged Method

Informs the TDBCtrlGrid object of changes in the Active property.

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

Applications can't call the ActiveChanged procedure directly. Changes in the Active property trigger this procedure. ActiveChanged causes the TDBCtrlGrid object to update its appearance to reflect the data in the dataset. 

 

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