System.Types.PLongint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PLongInt      = ^LongInt;

Properties

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

Description

Pointer to LongInt.

A PLongInt represents a pointer to a LongInt.

See Also