System.Bindings.ExpressionDefaults.TBindingExpressionDefault.GetCompiled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCompiled: Boolean; override;

C++

virtual bool __fastcall GetCompiled();

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.

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

See Also