RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MXGRID.TDecisionCellType Enumeration
Pascal
TDecisionCellType = (
  ctNone,
  ctCaptionRow,
  ctCaptionCol,
  ctNewCaptionCol,
  ctRowLabel,
  ctColLabel,
  ctData,
  ctRowPlus,
  ctColPlus,
  ctRowIndicator,
  ctColIndicator
);
C++
enum TDecisionCellType {
  ctNone,
  ctCaptionRow,
  ctCaptionCol,
  ctNewCaptionCol,
  ctRowLabel,
  ctColLabel,
  ctData,
  ctRowPlus,
  ctColPlus,
  ctRowIndicator,
  ctColIndicator
};

MXGRID

This is record MXGRID.TDecisionCellType.

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