System.Bindings.Expression.TBindingExpression.GetIsManaged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsManaged: Boolean; virtual; abstract;

C++

virtual bool __fastcall GetIsManaged() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

Getter implementation for the IsManaged property.

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

See Also