API:Data.Bind.Components.TBindLink.AutoActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoActivate: Boolean read GetAutoActivate write SetAutoActivate default 1;

C++

__property AutoActivate = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindLink

Description

Specifies whether the binding expression is activated automatically.

Data.Bind.Components.TBindLink.AutoActivate inherits from Data.Bind.Components.TActivatedContainedBindComponent.AutoActivate. All content below this line refers to Data.Bind.Components.TActivatedContainedBindComponent.AutoActivate.

Specifies whether the binding expression is activated automatically. By default, AutoActivate is set to True.

See Also