Data.Bind.Components.TActivatedContainedBindComponent.SetActive
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TActivatedContainedBindComponent |
Delphi
procedure SetActive(AValue: Boolean); virtual; abstract;
C++
virtual void __fastcall SetActive(bool AValue) = 0 ;
Description
Protected setter implementation for the Active property.