System.PShortInt

From RAD Studio API Documentation
Jump to: navigation, search

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