Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 655 Bytes

File metadata and controls

29 lines (23 loc) · 655 Bytes

HierLBItemIsClosed

Description

Returns whether the indicated container item is closed.

FUNCTION HierLBItemIsClosed(
				dialogID    : LONGINT;
				componentID : LONGINT;
				itemIndex   : INTEGER): BOOLEAN;
def vs.HierLBItemIsClosed(dialogID, componentID, itemIndex):
    return BOOLEAN

Parameters

Name Type Description
dialogID LONGINT The id of the dialog.
componentID LONGINT The id of the list browser.
itemIndex INTEGER The index of the item.

Version

Availability: from Vectorworks 2013

Category