Removes all items from the image popup.
PROCEDURE RemoveAllImagePopupItems(
dialogID : LONGINT;
componentID : LONGINT);def vs.RemoveAllImagePopupItems(dialogID, componentID):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | Index to the dialog layout that contains the image popup component. |
| componentID | LONGINT | Index to a specific image popup component. |
RemoveAllImagePopupItems(dialogID, componentID);VS Functions: InsertImagePopupObjectItem | GetNumImagePopupItems | GetImagePopupObject | GetImagePopupObjectItemIndex | SetImagePopupSelectedItem | GetImagePopupSelectedItem | RemoveImagePopupItem
Availability: from VectorWorks10.0