Character functions behaviour options.
Source position: character.pas line 82
type TCharacterOption = ( |
||
coIgnoreInvalidSequence |
|
Ignore invalid unicodecode sequences. |
); |
TCharacterOption is used in the toUpper and toLower functions to control the behaviour of the function.
|
Alias for TCharacter.ToUpper. |
|
|
Alias for TCharacter.ToLower. |
|
|
Convert a character or string to uppercase. |
|
|
Convert a character or string to lowercase. |