Vcl.ComCtrls.TTreeNodes.GetNode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNode(ItemId: HTreeItem): TTreeNode;

C++

TTreeNode* __fastcall GetNode(HTREEITEM ItemId);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNodes

Description

Returns the tree node given the ItemId of the tree node.

ItemId is a handle to the node in the tree view.

See Also