System.ObjAuto.PMethodInfoHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PMethodInfoHeader = ^TMethodInfoHeader;

C++

typedef TMethodInfoHeader *PMethodInfoHeader;

Properties

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

Description

Represents a pointer to a TMethodInfoHeader instance.

PMethodInfoHeader represents a pointer to the information header of a method.

See Also