System.Bindings.EvalProtocol.IValue.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue: TValue;

C++

virtual System::Rtti::TValue __fastcall GetValue() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol IValue

Description

Gives the actual value wrapped by this interface.

The GetValue method returns the actual value wrapped by this IValue interface.

See Also