Data.Bind.ObjectScope.TBaseObjectBindSource.AutoActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoActivate: Boolean read FAutoActivate write SetAutoActivate;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBaseObjectBindSource

Description

Specifies whether the bind source is automatically activated. Set AutoActive to True for automatic activation.

See Also