Vcl.ComCtrls.TTreeNode.ItemId

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemId: HTreeItem read FItemId;

C++

__property HTREEITEM ItemId = {read=FItemId};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Contains a handle that uniquely identifies each node in a tree view.

Use this property to reference the nodes when making Windows API calls or calling the GetNode method of the TTreeNodes that owns the item.

See Also