Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 671 Bytes

File metadata and controls

27 lines (21 loc) · 671 Bytes

CollapseAllLBItems

Description

This function is called when a list browser is in hierarchical display mode, and it removes all items that are not at the top level and closes all container items.

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

Parameters

Name Type Description
dialogID LONGINT The id of the dialog.
componentID LONGINT The id of the list browser.

Version

Availability: from Vectorworks 2013

Category