System.Int16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type Int16 = SmallInt;

C++

typedef short Int16;

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
System.hpp
System System

Description

Alias for Smallint.

See Also