Integer/de
From Free Pascal wiki
Jump to navigationJump to search
│
Deutsch (de) │
English (en) │
suomi (fi) │
français (fr) │
italiano (it) │
русский (ru) │
Zurück zu den Datentypen.
Der Datentyp Integer hat im Compiler Modus Free Pascal den Wertebereich und den Speicherbedarf des Datentyps Smallint.
Im Compiler Modus Delphi oder im Compiler Modus ObjFPC Modus hat der Datentyp Integer den Wertebereich und den Speicherbedarf des Datentyps Longint.
--Olaf 16:45, 4 October 2012 (UTC)
Datentypen | |
---|---|
Einfacher Datentyp | Boolean | Byte |Cardinal | Char | Currency | Extended | Int64 | Integer | Longint | Pointer | Real | Shortint | Smallint | Word |
Zusammengesetzter Datentyp | Array | Class | Record | Set | String | ShortString |