Specifies the default string representation of the boolean false value.
DefaultFalseBoolStr = 'False';
DefaultFalseBoolStr = 'False';
SysUtils
DefaultFalseBoolStr is 'False'. It is used internally by the StrToBool and BoolToStr routines. They assign DefaultFalseBoolStr to the 1st element of the FalseBoolStrs array, used by these routines as a default string representation of the boolean false value.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|