Data.Bind.Components.TBindExpression.Managed

From RAD Studio API Documentation

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBindExpression

Delphi

property Managed;

C++

__property Managed = {default=1};

Description

Specifies whether the binding expression is managed or not. Data.Bind.Components.TBindExpression.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