RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSTableProducer.LinkActive Method

Recomputes the Columns property when the dataset becomes active.

Pascal
procedure LinkActive(Value: Boolean);
C++
__fastcall LinkActive(Boolean Value);

Applications cannot call this protected method. LinkActive is called when the DataSource property changes or when the dataset becomes active. It recomputes Columns to reflect any changes that may have occurred in the fields of the dataset when it was not active. 

 

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