System.Rtti.TRttiParameter.ParamType

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

Delphi

property ParamType: TRttiType read GetParamType;

C++

__property TRttiType* ParamType = {read=GetParamType};

プロパティ

種類 可視性 ソース ユニット
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiParameter

説明

そのパラメータの型を示します。

ParamType プロパティを使用すると、そのパラメータの型を記述できる RTTI オブジェクトを取得できます。 ParamType は、TRttiType 値を返します。

ParamType の値は型なし var のための nil か、もしくは const パラメータです。

関連項目