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