Data.Bind.Components.TCustomBindGridLink.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(Value: Boolean); override;

C++

virtual void __fastcall SetActive(bool Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink

Description

Used to activate a binding component so that it displays a value from a data source. Typically, SetActive is called by a data source to activate all bindings after the data source is activated.

See Also