System.Bindings.ExpressionDefaults.TBindingExpressionDefault.Evaluate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Evaluate: IValue; override;

C++

virtual System::Bindings::Evalprotocol::_di_IValue __fastcall Evaluate();

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.ExpressionDefaults.pas
System.Bindings.ExpressionDefaults.hpp
System.Bindings.ExpressionDefaults TBindingExpressionDefault

Description

Evaluates the expression.

The Evaluate method is used to evaluate the expression. Evaluate returns a value wrapper that wraps the actual calculated value. The value wrapper may also be a location, which means that the wrapper supports changes to the resulting value within the wrapper.

See Also