Vcl.DBGrids.TCustomDBGrid.LinkActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LinkActive(Value: Boolean); virtual;

C++

virtual void __fastcall LinkActive(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TCustomDBGrid

Description

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

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.

See Also