System.ObjAuto.PParamInfo

From RAD Studio API Documentation
Jump to: navigation, search

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