System.Types.PSmallInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PSmallInt = ^SmallInt;

Properties

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

Description

Pointer to Smallint.

A PSmallInt represents a pointer to a Smallint.

See Also