System.ObjAuto.PParamInfo

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

Delphi

PParamInfo = ^TParamInfo;

C++

typedef TParamInfo *PParamInfo;

プロパティ

種類 可視性 ソース ユニット
pointer
typedef
public
System.ObjAuto.pas
System.ObjAuto.hpp
System.ObjAuto System.ObjAuto

説明

TParamInfo を指すポインタです。

PParamInfo は、メソッド パラメータの情報ブロックを指すポインタです。

関連項目