API:System.Bindings.ExpressionDefaults.TBindingExpressionDefault.EvaluateOutputs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EvaluateOutputs; override;

C++

virtual void __fastcall EvaluateOutputs();

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.

System.Bindings.ExpressionDefaults.TBindingExpressionDefault.EvaluateOutputs inherits from System.Bindings.Expression.TBindingExpression.EvaluateOutputs. All content below this line refers to System.Bindings.Expression.TBindingExpression.EvaluateOutputs.

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.

See Also