Unit 'syshelpers' Package
[Overview][Types][Classes][Variables][Index] [#rtl]

TBoolean64SysHelper.ToOnOffString

Boolean type helper for customizable boolean string representation.

Declaration

Source position: syshelpersbh.inc line 8

public function TBoolean64SysHelper.ToOnOffString(

  const aCharsCase: TStringCaseFormat = scfUnchangedCase

):string;

Arguments

aCharsCase

  

Optional string casing.

Function result

Helper function result string.

Description

DefaultBitFormatSettings.BitOnString is used for representation of boolean TRUE state. DefaultBitFormatSettings.BitOffString is used for representation of boolean FALSE state.

See also

DefaultBitFormatSettings

  

Global boolean to string conversion defaults.


Documentation generated on: Jul 24 2023