[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enumeration describing how to convert boolean values to string values.
Source position: variants.pp line 53
type TBooleanToStringRule = ( |
||
bsrAsIs, |
|
Leave casing as is |
bsrLower, |
|
Convert to lowercase |
bsrUpper |
|
Convert to uppercase |
); |
TBooleanToStringRule describes how boolean values are converted to string values. It is defined for Delphi compatibility, but is not used in the FPC runtime.