RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPDataLink.ActiveChanged Method

Informs the table producer when the Active property changes.

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

Applications cannot call the ActiveChanged method directly. Changes in the Active property trigger this procedure. ActiveChanged calls the LinkActive method of the TDSTableProducer, which recomputes the layout for the table if the dataset has just become active. 

 

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