Data.Bind.Components.TLinkControlDelegate.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(AValue: Boolean); virtual;

C++

virtual void __fastcall SetActive(bool AValue);

Properties

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

Description

Activates or deactivates the bind control value of this link delegate wrapper.

See Also