RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutlineNode Class

TOutlineNode represents a node in a TCustomOutline object.

Pascal
TOutlineNode = class(TPersistent);
C++
class TOutlineNode : public TPersistent;

Outline

Use TOutlineNode to describe a node in a Win 3.1 outline. Each outline node appears as a line, or row, of the outline. An outline node can have from 0 to 16368 subnodes, which are subordinate to the parent node in the outline structure. 

 

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