RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDBGrid.LinkActive Method

Recomputes the Columns property and the vertical scroll bar of the grid.

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

Applications cannot call this protected method. It is called automatically when the dataset is opened. LinkActive calls LayoutChanged to recompute the Columns property, and adjusts the vertical scroll bar for the data in the dataset. 

 

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