System.Bindings.Expression.TBindingExpression.Compiled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Compiled: Boolean read GetCompiled;

C++

__property bool Compiled = {read=GetCompiled, 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 has been compiled.

The Compiled property specifies whether the expression has been compiled.

See Also