Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 937 Bytes

File metadata and controls

33 lines (26 loc) · 937 Bytes

EnableLBHierDisplay

Description

This function enables/disables the list browser to display items hierarchically. Calling this along will not change the display. The hierarchical display column must be set.

PROCEDURE EnableLBHierDisplay(
				dialogID          : LONGINT;
				componentID       : LONGINT;
				enableHierDisplay : BOOLEAN);
def vs.EnableLBHierDisplay(dialogID, componentID, enableHierDisplay):
    return None

Parameters

Name Type Description
dialogID LONGINT The id of the dialog containing the list browser.
componentID LONGINT The id of the list browser.
enableHierDisplay BOOLEAN Whether to enable hierarchical display in the list browser.

See Also

VS Functions: SetLBHierDispColumn

Version

Availability: from Vectorworks 2013

Category