User Tools

Site Tools


api:dk11:delphi:gislegend.tgis_treenode

TGIS_TreeNode class

DK11 for Delphi | GisLegend.TGIS_TreeNode | Classes | Constructors | Methods | Properties

Node of the legend tree.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
type
  TGIS_TreeNode = class( TGIS_UncountedInterfacedObject )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_TreeNode : public TGIS_UncountedInterfacedObject
{
};

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Constructor, creates an instance.
Destroy public Destroy an instance.

Methods

Inherited Overrides Protected
Name Visibility Description
AddNode public Add a child node.
AppendNode public Append the child node to the list.
Expand public Expand the node.
FindSelected public Find selected node from the list.
GetNextSibling public Return next sibling.
GetPrevSibling public Return previous sibling.
Remove public Remove the node from the list.

Properties

Inherited Protected
Name Visibility Description
Count public Count of the nodes in the list.
Data public Data connected to the node.
Expanded public Expanded or not.
Index public Position of the node.
Items public List of the nodes.
Level public Level in the tree of the nodes.
Parent public Parent of the node.
Selected public Selected node.
Text public Text of the node.

2023/12/29 22:34

Page Tools