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

This is record ListActns.TListItemsSortType.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!