Data.Bind.Components.TCustomBindScope.AutoActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoActivate: Boolean read FAutoActivate write SetAutoActivate default True;

C++

__property bool AutoActivate = {read=FAutoActivate, write=SetAutoActivate, default=1};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindScope

Description

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

See Also