Show: Delphi
C++
Display Preferences
System.string
From XE2 API Documentation
Delphi
type string = UnicodeString;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| type | public | System.pas | System | System |
Description
Represents an alias for the generic UnicodeString type.
A string is a sequence of characters. The String type is an alias for UnicodeString.