Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 768 Bytes

File metadata and controls

31 lines (24 loc) · 768 Bytes

IsLBDisplayHier

Description

Returns whether the indicated list browser is set to display items hierarchically. One column in the list browser can be set to display names hierarchically.

FUNCTION IsLBDisplayHier(
				dialogID    : LONGINT;
				componentID : LONGINT): BOOLEAN;
def vs.IsLBDisplayHier(dialogID, componentID):
    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.

See Also

VS Functions: EnableLBHierDisplay

Version

Availability: from Vectorworks 2013

Category