System.Bindings.CustomWrapper.TCustomWrapper.GetType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetType: PTypeInfo; inline;

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

Description

Returns the type information of the current value.

The GetType method returns the type information of the current value.

Tip: The type information of the current value can be established only if the stored value is updated to the latest one.

See Also