API:Data.Bind.Components.TBindScope.AutoActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoActivate: Boolean read FAutoActivate 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 TBindScope

Description

Specifies whether the bind scope component is automatically activated.

Data.Bind.Components.TBindScope.AutoActivate inherits from Data.Bind.Components.TCustomBindScope.AutoActivate. All content below this line refers to Data.Bind.Components.TCustomBindScope.AutoActivate.

Specifies whether the bind scope component is automatically activated. By default, AutoActivate is set to True.

See Also