RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.TNullCompareRule Enumeration

TNullCompareRule enumerates possible rules for comparing variant nulls with other values.

Pascal
TNullCompareRule = (
  ncrError,
  ncrStrict,
  ncrLoose
);
C++
enum TNullCompareRule {
  ncrError,
  ncrStrict,
  ncrLoose
};

Variants

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!