RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Mxstore.TIndexFlag Enumeration
Pascal
TIndexFlag = (
  idxNormal,
  idxSparsed,
  idxFiltered,
  idxSubTotals,
  idxDeleted
);
C++
enum TIndexFlag {
  idxNormal,
  idxSparsed,
  idxFiltered,
  idxSubTotals,
  idxDeleted
};

Mxstore

This is record Mxstore.TIndexFlag.

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