RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutline Class

TOutline is a multilevel outline that displays the values of TOutlineNode objects.

Pascal
TOutline = class(TCustomOutline);
C++
class TOutline : public TCustomOutline;

Outline

Use an outline to visually organize information in a hierarchical tree. Each item in an outline is contained in a TOutlineNode object. Outline controls allow an application to manage a hierarchy of outline nodes, including the ability to control the appearance and layout of those nodes and the ability to expand or collapse branches of the outline tree. 

TOutline is provided primarily for backward compatibility. New applications should use TTreeView instead. 

 

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