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