API:System.Bindings.ExpressionDefaults.TBindingExpressionDefault.GetCompiled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCompiled: Boolean; override;

C++

virtual bool __fastcall GetCompiled(void);

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 Compiled property.

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

Getter implementation for the Compiled property.

The GetCompiled method is the protected getter implementation for the Compiled property.

See Also