RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MXCOMMON.TBinType Enumeration
Pascal
TBinType = (
  binNone,
  binYear,
  binQuarter,
  binMonth,
  binSet,
  binCustom
);
C++
enum TBinType {
  binNone,
  binYear,
  binQuarter,
  binMonth,
  binSet,
  binCustom
};

MXCOMMON

This is record MXCOMMON.TBinType.

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