Data.Bind.Components.TCustomLinkListControlToField.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: TCustomLinkListControlToField

Delphi

procedure SetActive(Value: Boolean); override;

C++

virtual void __fastcall SetActive(bool Value);

Description

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

Data.Bind.Components.TCustomLinkListControlToField.SetActive inherits from Data.Bind.Components.TLinkControlDelegate.SetActive. All content below this line refers to Data.Bind.Components.TLinkControlDelegate.SetActive.

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

See Also