System.Bindings.EvalProtocol.TValueWrapper.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue: TValue;

C++

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

Properties

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

Description

Gives the type information for the actual value.

The GetValue method gives the type information for the actual value.

See Also