TCharacterOption
Character functions behaviour options
Declaration
Source position: character.pas line 73
Type
TCharacterOption = (coIgnoreInvalidSequence)
Description
TCharacterOption is used in the toUpper and toLower functions to control the behaviour of the function.
See also
| Name | Description |
|---|---|
| Tcharacter.toLower | Convert a character or string to lowercase |
| TCharacter.toUpper | Convert a character or string to uppercase |
| toLower | Alias for TCharacter.ToLower |
| toUpper | Alias for TCharacter.ToUpper |