Specifies rule fixing up Boolean values converted to strings.
BooleanToStringRule: TBooleanToStringRule = bsrAsIs;
TBooleanToStringRule BooleanToStringRule = bsrAsIs;
BooleanToStringRule determines the rule for fixing up the string generated by a conversion from Boolean to string.
|
Constant |
Meaning |
|
bsrAsIs |
(Default.) The value obtained from the locale is left as is. |
|
bsrUpper |
The string is converted to all upper case. |
|
bsrLower |
The string is converted to all lower case. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|