Data.Bind.Components.TCustomBindGridLink.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomBindGridLink

Delphi

procedure SetActive(Value: Boolean); override;

C++

virtual void __fastcall SetActive(bool Value);

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