System.Bindings.Expression.TBindingExpression.IsManaged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsManaged: Boolean read GetIsManaged;

C++

__property bool IsManaged = {read=GetIsManaged, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Indicates whether the expression is managed.

The IsManaged property specifies whether the expression is managed or not. Managed expressions are associated with a TBindingManager and participate in the notification system.

See Also