API:Data.Bind.Components.TBindExprItems.Managed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Managed: Boolean read FManaged write SetManaged default 1;

C++

__property Managed = {default=1};

Properties

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

Description

Specifies whether the binding expression is managed or not.

Data.Bind.Components.TBindExprItems.Managed inherits from Data.Bind.Components.TBaseBindExpression.Managed. All content below this line refers to Data.Bind.Components.TBaseBindExpression.Managed.

Specifies whether the binding expression is managed or not. By default, Managed is set to True.

See Also