Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 757 Bytes

File metadata and controls

33 lines (26 loc) · 757 Bytes

HierLBItemIsContain

Description

Returns whether the indicated item is a container item.

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

Parameters

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

See Also

VS Functions: HierLBItemIsClosed

Version

Availability: from Vectorworks 2013

Category