System.Bindings.Expression.TBindingExpression.Evaluate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Evaluate: IValue; virtual; abstract;

C++

virtual System::Bindings::Evalprotocol::_di_IValue __fastcall Evaluate(void) = 0 ;

Properties

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

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 changing the resulting value within the wrapper.

See Also