System.PSmallInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

typedef Smallint*            PSmallInt;        //

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

Is a pointer to a SmallInt.

PSmallInt is a pointer to a SmallInt.

See Also