System.Bindings.ExpressionDefaults.TBindingExpressionDefault.EvaluateOutputs
Delphi
procedure EvaluateOutputs; override;
C++
virtual void __fastcall EvaluateOutputs(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | System.Bindings.ExpressionDefaults.pas System.Bindings.ExpressionDefaults.hpp |
System.Bindings.ExpressionDefaults | TBindingExpressionDefault |
Description
Assigns the expression value to outputs. {{#multireplace:System.Bindings.ExpressionDefaults.TBindingExpressionDefault.EvaluateOutputs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Bindings.Expression.TBindingExpression.EvaluateOutputs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Bindings.Expression.TBindingExpression.EvaluateOutputs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Assigns the expression value to outputs.
The EvaluateOutputs method returns a value wrapper that wraps the actual calculated value. The value wrapper may also be a location, which means that the wrapper supports to change the resulting value within the wrapper.