System.Bindings.EvalProtocol.TValueWrapper.GetType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetType: PTypeInfo;

C++

System::Typinfo::PTypeInfo __fastcall GetType();

Properties

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

Description

Gives the actual value wrapped by this instance.

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

See Also