System.Bindings.Expression.TBindingExpression.EvaluateOutputs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EvaluateOutputs; virtual; abstract;

C++

virtual void __fastcall EvaluateOutputs(void) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Expression.pas
System.Bindings.Expression.hpp
System.Bindings.Expression TBindingExpression

Description

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