tvGetItemData |
Top Previous Next |
Syntax UINT = tvGetItemData(win as WINDOW,id as UINT,handle as UINT) Description Retrieves the 32 bit user data value associated with the tree view item. Parameters win - Window or dialog containing the control. id - Identifier of the treeview control. handle - Handle of the item. Return value Returns the 32 bit data value. Remarks See Also: tvSetItemData. Example usage mydata = tvGetItemData(mydlg, 17, hChild) |