Changes default boolean to string text outputs in sysutils.
Source position: syshelpers.pp line 58
procedure TBitFormatSettings.CopyToDefaultBoolStrings; |
Strings from the record are copied to TrueBoolStrs[] and FalseBoolStrs[] in sysutils, so all boolean to string conversion functions in sysutils will use theose new strings. For example SomeBooleanValue.ToString, BoolToStr(SomeBooleanValue, true) and TryStrToBool(SomeTrueOrFalseStr, SomeBoolOutVar).
|
Return an uppercase version of a string. |
|
|
Try to convert a string to a boolean value. |