API:Vcl.Outline.TOutline

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Outline.TCustomOutlineVcl.Grids.TCustomGridVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTOutline

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

TCustomOutline is the base class for controls that display outline nodes (TOutlineNode objects).

Vcl.Outline.TOutline inherits from Vcl.Outline.TCustomOutline. All content below this line refers to Vcl.Outline.TCustomOutline.

TCustomOutline is the base class for controls that display outline nodes (TOutlineNode objects).

Use TCustomOutline as a base class when defining a control that displays outline nodes in a two-dimensional layout. TCustomOutline introduces the ability to manage a hierarchy of outline nodes, including the ability to control the appearance and layout of those nodes and to expand or collapse branches of the outline tree.

Do not create instances of TCustomOutline. To add an outline control to a form, use the TOutline object, which publishes many of the properties, events, and methods of TCustomOutline, or TTreeView, which wraps the Windows control that performs the same function.

See Also