| [Overview][Types][Classes][Procedures and functions][Index] | 
Set of TCharacterOptions
Source position: character.pas line 74
| type TCharacterOptions = set of ( | ||
| coIgnoreInvalidSequence | 
 | Ignore invalid unicodecode sequences | 
| ); | 
TCharacterOptions is the set of TCharacterOption, used in 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 |