System.Bindings.EvalProtocol.IValue.GetType
Delphi
function GetType: PTypeInfo;
C++
virtual System::Typinfo::PTypeInfo __fastcall GetType(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Bindings.EvalProtocol.pas System.Bindings.EvalProtocol.hpp | System.Bindings.EvalProtocol | IValue | 
Description
Used to obtain the type information for the actual value.
The GetType method is used to obtain the type information for the actual value.