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 37

type TStringCaseFormat = (

  scfUnchangedCase,

  

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

  scfLowerCase,

  

Option to convert result string to lower case.

  scfUpperCase

  

Option to convert result string to upper case.

);

See also

TBooleanSysHelper.ToString

  

Boolean type helper for customizable boolean string representation.


Documentation generated on: Jul 24 2023