System.Variants.BooleanToStringRule

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

BooleanToStringRule: TBooleanToStringRule = bsrAsIs;

C++

extern DELPHI_PACKAGE TBooleanToStringRule BooleanToStringRule;

Properties

Type Visibility Source Unit Parent
variable public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

Specifies rule fixing up Boolean values converted to strings.

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.