System.PShortInt

From RAD Studio API Documentation

Delphi

type PShortInt = ^ShortInt;

Properties

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

Description

Is a pointer to a ShortInt.

PShortInt is a pointer to a ShortInt.

See Also