Data.Bind.Components.TActivatedContainedBindComponent.AutoActivate
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: TActivatedContainedBindComponent | |
Delphi
property AutoActivate: Boolean read GetAutoActivate write SetAutoActivate default True;
C++
__property bool AutoActivate = {read=GetAutoActivate, write=SetAutoActivate, default=1};
Description
Specifies whether the binding expression is activated automatically. By default, AutoActivate is set to True.