RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.DefaultFalseBoolStr Constant

Specifies the default string representation of the boolean false value.

Pascal
DefaultFalseBoolStr = 'False';
C++
DefaultFalseBoolStr = 'False';

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!