Vcl.Outline.TOutline
Delphi
TOutline = class(TCustomOutline)
C++
class PASCALIMPLEMENTATION TOutline : public TCustomOutline
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Outline.pas Vcl.Outline.hpp |
Vcl.Outline | Vcl.Outline |
Description
TOutline is a multilevel outline that displays the values of TOutlineNode objects.
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.