DK11 for Delphi | GisLegend.TGIS_TreeNode | Classes | Constructors | Methods | Properties
Node of the legend tree.
// Delphi type TGIS_TreeNode = class( TGIS_UncountedInterfacedObject ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_TreeNode : public TGIS_UncountedInterfacedObject { };
Name | Visibility | Description | |
---|---|---|---|
Create | public | Constructor, creates an instance. | |
Destroy | public | Destroy an instance. | |
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. | |
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. | |