[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Character' (#rtl)

TCharacterOption

Character functions behaviour options

Declaration

Source position: character.pas line 73

type TCharacterOption = (

  coIgnoreInvalidSequence

  

Ignore invalid unicodecode sequences

);

Description

TCharacterOption is used in the toUpper and toLower functions to control the behaviour of the function.

See also

toUpper

  

Alias for TCharacter.ToUpper

toLower

  

Alias for TCharacter.ToLower

TCharacter.toUpper

  

Convert a character or string to uppercase

Tcharacter.toLower

  

Convert a character or string to lowercase


Documentation generated on: May 14 2021