Unit 'syshelpers' Package
[Overview][Types][Classes][Variables][Index] [#rtl]

TStringCaseFormat

Used as letters case option in conversion to strings.

Declaration

Source position: syshelpers.pp line 44

type TStringCaseFormat = (

  scfUnchangedCase,

  

Option to leave case as it is in result string during conversion.

  scfLowerCase,

  

Option to convert result string to lower case, dependent on OS and locale settings for non-ascii strings.

  scfUpperCase

  

Option to convert result string to upper case, dependent on OS and locale settings for non-ascii strings.

);

Description

TStringCaseFormat determines the casing of the various conversion to string helpers such as TBooleanSysHelper.ToString. Note that this makes use of functions whose result is dependent on the OS and the locale settings.

See also

TBooleanSysHelper.ToString

  

Boolean type helper for customizable boolean string representation.


Documentation generated on: Jan 30 2024