Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library

Header File
commctrl.h
Unicode
WinNT
Platform Notes
None

TreeView_InsertItem

The TreeView_InsertItem macro inserts a new item in a tree-view control. You can use this macro or explicitly send the TVM_INSERTITEM message.

HTREEITEM TreeView_InsertItem(

hwnd,

lpis

);

Parameters

hwnd

Handle to the tree-view control.

lpis

Pointer to a TV_INSERTSTRUCT structure that specifies the attributes of the tree-view item.

Return Values

Returns the handle to the new item if successful or NULL otherwise.

See Also

TV_INSERTSTRUCT
, TVM_INSERTITEM, TVN_ENDLABELEDIT

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples