Data.Bind.Components.TBindExpression.Managed
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 | TBindExpression |
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.