Integer/de

From Lazarus wiki
Revision as of 10:12, 26 November 2016 by E-ric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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