Description | |
|
A writing system is the written form of a language, with its characters/scripts and orthographic rules.
A TextInfo object cannot be directly constructed. You must do so using the TextInfo property of a CultureInfo object. These objects encapsulate International information for a culture (language/country/region).
It is provided here for completeness but is beyond the scope of Delphi Basics.
|
|
Methods | |
|
| ToLower | Converts a Char or String to Lower Case according to the current culture |
| ToTitleCase | Converts a String to Title Case according to the current culture |
| ToUpper | Converts a Char or String to Upper Case according to the current culture |
|
|
|
Properties | |
|
ANSICodePage | | Integer | | Gets the American National Standards Institute (ANSI) code page used by the writing system represented by the current TextInfo. |
EBCDICCodePage | | Integer | | Gets the Extended Binary Coded Decimal Interchange Code (EBCDIC) code page used by the writing system represented by the current TextInfo. |
ListSeparator | | Integer | | Gets the string that separates items in a list. |
MacCodePage | | Integer | | Gets the Macintosh code page used by the writing system represented by the current TextInfo. |
OEMCodePage | | Integer | | Gets the original equipment manufacturer (OEM) code page used by the writing system represented by the current TextInfo. |
|
Delphi Basics links | |
|
|
Microsoft MSDN links | |
|
|