System.Bindings.CustomWrapper.TCustomWrapper.GetType

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetType: PTypeInfo; inline;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper TCustomWrapper

説明

現在値の型情報を返します。

GetType メソッドは、現在値の型情報を返します。

ヒント: 現在値の型情報は、保持されている値が最新のものに更新されている場合にのみ、設定されます。

関連項目