System.PInteger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PInteger = ^Integer;

C++

typedef Integer*             PInteger;         //

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

Is a pointer to an Integer.

PInteger is a pointer to an Integer.

See Also