System.Variants.TBooleanToStringRule
Delphi
TBooleanToStringRule = (bsrAsIs, bsrLower, bsrUpper);
C++
enum DECLSPEC_DENUM TBooleanToStringRule : unsigned char { bsrAsIs, bsrLower, bsrUpper };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | System.Variants.pas System.Variants.hpp  | 
        System.Variants | System.Variants | 
Description
TBooleanToStringRule enumerates possible rules for BooleanToStringRule.
TBooleanToStringRule enumerates the values that can be assigned to the global variables NullEqualityRule and NullMagnitudeRule.