TCharacterOptions
Set of TCharacterOptions
Declaration
Source position: character.pas line 74
Type
TCharacterOptions = Set of TCharacterOption
Description
TCharacterOptions is the set of TCharacterOption, used in 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 |