TBooleanToStringRule
Enumeration describing how to convert boolean values to string values.
Declaration
Source position: variants.pp line 53
Type
TBooleanToStringRule = (bsrAsIs,bsrLower,bsrUpper)
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.