System.Types.PInteger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PInteger      = ^Integer;     {$NODEFINE PInteger}    { defined in sysmac.h }

Properties

Type Visibility Source Unit Parent
pointer public System.pas System.Types System.Types

Description

Pointer to Integer.

A PInteger represents a pointer to an Integer.

See Also