System.Bindings.Expression.TBindingExpression.Compiled
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.