Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.13 KB

File metadata and controls

47 lines (38 loc) · 1.13 KB

RemoveAllImagePopupItems

Description

Removes all items from the image popup.

PROCEDURE RemoveAllImagePopupItems(
				dialogID    : LONGINT;
				componentID : LONGINT);
def vs.RemoveAllImagePopupItems(dialogID, componentID):
    return None

Parameters

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.

Examples

VectorScript

RemoveAllImagePopupItems(dialogID, componentID);

Python

See Also

VS Functions: InsertImagePopupObjectItem | GetNumImagePopupItems | GetImagePopupObject | GetImagePopupObjectItemIndex | SetImagePopupSelectedItem | GetImagePopupSelectedItem | RemoveImagePopupItem

Version

Availability: from VectorWorks10.0

Category