Graphisoft®

Dialog ManagerVersion: 2.0

PopUp::SetItemText

Sets the text of a popup item.

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

Parameters

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

Description

The item text should not contain end-of-line characters.
A separator line cannot have an item text.