Data.Bind.Components.TActivatedContainedBindComponent.SetActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetActive(AValue: Boolean); virtual; abstract;

C++

virtual void __fastcall SetActive(bool AValue) = 0 ;

Properties

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

Description

Protected setter implementation for the Active property.

See Also