Data.Bind.ObjectScope.TBaseObjectBindSource.AutoActivate
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBaseObjectBindSource |
Delphi
property AutoActivate: Boolean read FAutoActivate write SetAutoActivate;
C++
__property bool AutoActivate = {read=FAutoActivate, write=SetAutoActivate, nodefault};
Description
Specifies whether the bind source is automatically activated. Set AutoActive to True
for automatic activation.