String/fr

From Free Pascal wiki
Revision as of 17:11, 8 July 2007 by Paulatreides (talk | contribs) (New page: {{String}} Type which may contain phrases. The length is decided by the programmer and should be, in Standard Pascal,from 1 to 255 characters. The length of an AnsiString is only ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Deutsch (de) English (en) español (es) français (fr) русский (ru)

Type which may contain phrases. The length is decided by the programmer and should be, in Standard Pascal,from 1 to 255 characters. The length of an AnsiString is only limited by available memory.

Types de données
Types de données simples Boolean | Byte |Cardinal | Char | Currency | Extended | Int64 | Integer | Longint | Pointer | Real | Shortint | Smallint | Word
Types de données complexes Array | Class | Record | Set | String | ShortString