| Type |
|
Name |
|
Summary |
| |
| Type | | AnsiChar | | A character type guaranteed to be 8 bits in size |
| Type | | AnsiString | | A data type that holds a string of AnsiChars |
| Type | | Char | | Variable type holding a single character |
| Type | | ShortString | | Defines a string of up to 255 characters |
| Type | | String | | A data type that holds a string of characters |
| Type | | WideChar | | Variable type holding a single International character |
| Type | | WideString | | A data type that holds a string of WideChars |
| |
|
|