System.Shortint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type Shortint = -128..127;

C++

typedef signed char Shortint _DEPRECATED_ATTRIBUTE0; // -128..127

Properties

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

Description

Integer type with the range [-128; 127].

Shortint is a one-byte signed integer.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Shortint&oldid=743743"