Graphisoft®

Dialog ManagerVersion: 2.0

TreeView::SetItemText

Sets the text of an item.

void SetItemText (
    long                tvItem,
    const char *        text
);

Parameters

tvItem
ID of the tree view item.
text
Pointer to the new text of the item.

Description

Sets the text of an item. The text of a tree view item should not contain end-of-line characters.