Boolean type helper for customizable boolean string representation.
Source position: syshelpersbh.inc line 7
public function TQWordBoolSysHelper.ToTrueFalseString( |
const aCharsCase: TStringCaseFormat = scfUnchangedCase |
):string; |
aCharsCase |
|
Optional string casing. |
Helper function result string.
DefaultBitFormatSettings.BitTrueString is used for representation of boolean TRUE state. DefaultBitFormatSettings.BitFalseString is used for representation of boolean FALSE state.
|
Global boolean to string conversion defaults. |