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