Vcl.DBLookup.TPopupGrid.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 TPopupGrid

Description

Recomputes the columns of a pop-up grid when the dataset becomes active.

The LinkActive method is used to recompute the columns of a pop-up grid when the dataset becomes active or when the data source is changed. LinkActive is necessary to reflect any changes that may have occurred in the fields of the dataset when it was not active.