System.Bindings.Expression.TBindingExpression.GetOutputValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOutputValue: TValue; virtual;

C++

virtual System::Rtti::TValue __fastcall GetOutputValue();

Properties

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

Description

Getter implementation for the OutputValue property.

The GetOutputValue method is the protected getter implementation for the OutputValue property.

See Also