Data.Bind.Components.TBaseBindExpression.Managed

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Managed: Boolean read FManaged write SetManaged default True;

C++

__property bool Managed = {read=FManaged, write=SetManaged, default=1};

Description

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

See Also