API:Vcl.Samples.DirOutln.TDirectoryOutline

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDirectoryOutline = class(TCustomOutline)

C++

class PASCALIMPLEMENTATION TDirectoryOutline : public Vcl::Outline::TCustomOutline

Properties

Type Visibility Source Unit Parent
class public
Vcl.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln Vcl.Samples.DirOutln

Description

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

Vcl.Samples.DirOutln.TDirectoryOutline 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