Show: Delphi
C++
Display Preferences
System.Bindings.Expression.TBindingExpression Declared Members
From XE2 API Documentation
Contents |
Constructors & Destructors
| Create | Creates an instance of a binding expression. |
| Destroy | Destroys an instance of a binding expression. |
Events
| OnAssignedValueEvent | Event that is issued after an output has a new value assigned to it as a result of the evaluation of the expression. |
| OnAssigningValueEvent | Event that is issued when an output has a new value assigned to it as a result of the evaluation of the expression. |
| OnEvalErrorEvent | Occurs whenever an evaluation error appears. |
Functions
| Clear | Clears the current compilation data. |
| Compile | Realizes the actual compilation of the expression. |
| Evaluate | Evaluates the expression. |
| EvaluateOutputs | Assigns the expression value to outputs. |
| GetAssignedValueEvent | |
| GetAssigningValueEvent | |
| GetCompiled | Getter implementation for the Compiled property. |
| GetIsManaged | Getter implementation for the IsManaged property. |
| GetOutputValue | Getter implementation for the OutputValue property. |
| GetSource | Getter implementation for the Source property. |
| Recompile | Recompiles the expression using the last binding associations. |
| SetAssignedValueEvent | |
| SetAssigningValueEvent | |
| SetEvalErrorEvent | Setter implementation for OnEvalErrorEvent. |
| SetOutputs | |
| SetOutputValue | Setter implementation for the OutputValue property. |
| SetSource | Setter implementation for the Source property. |
Properties
| Associations | Denotes the current associations between Delphi objects and expression objects. |
| Compiled | Indicates whether the expression has been compiled. |
| IsManaged | Indicates whether the expression is managed. |
| Outputs | Container for the outputs. |
| OutputValue | Specifies the values for all the outputs. |
| Source | The source code of the expression. |
Fields
| FScopes | Scopes that are chained up and used by the compiler. |