Vcl.Outline.TOutlineNode

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTOutlineNode

Delphi

TOutlineNode = class(TPersistent)

C++

class PASCALIMPLEMENTATION TOutlineNode : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline Vcl.Outline

Description

TOutlineNode represents a node in a TCustomOutline object.

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.

See Also