Unit 'Variants' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TBooleanToStringRule

Enumeration describing how to convert boolean values to string values.

Declaration

Source position: variants.pp line 53

type TBooleanToStringRule = (

  bsrAsIs,

  

Leave casing as is.

  bsrLower,

  

Convert to lowercase.

  bsrUpper

  

Convert to uppercase.

);

Description

TBooleanToStringRule describes how boolean values are converted to string values. It is defined for Delphi compatibility, but is not used in the FPC runtime.


Documentation generated on: Jul 24 2023