[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Variants' (#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: May 14 2021