System.Longint
Aus RAD Studio API Documentation
Delphi
type Longint = Integer;
C++
typedef signed long Longint; // -2147483648..2147483647
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
type typedef |
public | System.pas sysmac.h |
System | System |
Beschreibung
Integer-Typ mit einem Bereich von [-2147483648; 2147483647].
Longint ist ein 4 Byte großer Integerwert mit Vorzeichen.