Graphisoft®

Dialog ManagerVersion: 2.0

ListView::SetItemText

Sets the text of a list view item.

void SetItemText (
    short               listItem,
    const char *        text
);

Parameters

listItem
1-based index of the list view item, use TopItem or BottomItem of Item type to specify the first or last item of the list view control.
text
The new text of the list view item.