Open main menu

RAD Studio API Documentation β

System.Bindings.EvalProtocol.TLocationWrapper.GetValue

Delphi

function GetValue: TValue;

C++

System::Rtti::TValue __fastcall GetValue(void);

Properties

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

Description

Gives the actual value wrapped by this instance.

The GetValue method gives the actual value wrapped by this instance.

See Also