API:System.Bindings.ExpressionDefaults.TBindingExpressionDefault.GetIsManaged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsManaged: Boolean; override;

C++

virtual bool __fastcall GetIsManaged();

Properties

Type Visibility Source Unit Parent
function protected
System.Bindings.ExpressionDefaults.pas
System.Bindings.ExpressionDefaults.hpp
System.Bindings.ExpressionDefaults TBindingExpressionDefault

Description

Getter implementation for the IsManaged property.

System.Bindings.ExpressionDefaults.TBindingExpressionDefault.GetIsManaged inherits from System.Bindings.Expression.TBindingExpression.GetIsManaged. All content below this line refers to System.Bindings.Expression.TBindingExpression.GetIsManaged.

Getter implementation for the IsManaged property.

The GetIsManaged method is the protected getter implementation for the IsManaged property.

See Also