RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Outline.TOutlineNodeCompare Enumeration
Pascal
TOutlineNodeCompare = (
  ocLess,
  ocSame,
  ocGreater,
  ocInvalid
);
C++
enum TOutlineNodeCompare {
  ocLess,
  ocSame,
  ocGreater,
  ocInvalid
};

Outline

This is record Outline.TOutlineNodeCompare.

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