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| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | The id of the dialog containing the list browser. |
| componentID | LONGINT | The id of the list browser. |
VS Functions: EnableLBHierDisplay
Availability: from Vectorworks 2013