System.Types.PLongint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PLongInt = ^Integer;

Properties

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

Description

Pointer to LongInt.

A PLongInt represents a pointer to a LongInt.

See Also