System.PShortInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PShortInt     = ^ShortInt;    {$NODEFINE PShortInt}   { defined in sysmac.h }

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