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