RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.TBooleanToStringRule Enumeration

TBooleanToStringRule enumerates possible rules for BooleanToStringRule.

Pascal
TBooleanToStringRule = (
  bsrAsIs,
  bsrLower,
  bsrUpper
);
C++
enum TBooleanToStringRule {
  bsrAsIs,
  bsrLower,
  bsrUpper
};

TBooleanToStringRule enumerates the values that can be assigned to the global variables NullEqualityRule and NullMagnitudeRule

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!