Difference between revisions of "String"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 
+
{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 limited by available memory.
 
[[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.

Revision as of 17:10, 8 July 2007

{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 limited by available memory.


navigation bar: data types
simple data types

boolean byte cardinal char currency double dword extended int8 int16 int32 int64 integer longint real shortint single smallint pointer qword word

complex data types

array class object record set string shortstring