RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ListActns.TListItemsSortType Enumeration
Pascal
TListItemsSortType = (
  stNone,
  stData,
  stText,
  stBoth
);
C++
enum TListItemsSortType {
  stNone,
  stData,
  stText,
  stBoth
};

ListActns

This is record ListActns.TListItemsSortType.

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