System.Rtti.TMethodImplementation.PParamLoc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PParamLoc = ^TParamLoc;

C++

typedef TParamLoc *PParamLoc;

Properties

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

Description

For internal use.

You should not use PParamLoc directly.