Open main menu

RAD Studio API Documentation β

System.ObjAuto.PParamInfo

Delphi

PParamInfo = ^TParamInfo;

C++

typedef TParamInfo *PParamInfo;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.ObjAuto.pas
System.ObjAuto.hpp
System.ObjAuto System.ObjAuto

Description

Pointer to TParamInfo.

PParamInfo is a pointer to the information block of a method parameter.

See Also