API:Vcl.DBLookup.TDBLookupList.LinkActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LinkActive(Value: Boolean); override;

C++

virtual void __fastcall LinkActive(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupList

Description

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

Vcl.DBLookup.TDBLookupList.LinkActive inherits from Vcl.DBGrids.TCustomDBGrid.LinkActive. All content below this line refers to Vcl.DBGrids.TCustomDBGrid.LinkActive.

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