System.Types.PSmallInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PSmallInt     = ^SmallInt;    {$NODEFINE PSmallInt}   { defined in sysmac.h }

Properties

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

Description

Pointer to Smallint.

A PSmallInt represents a pointer to a Smallint.

See Also