This function sets which column to display hierarchically in a list browser. This will only work on a text column. Items with dashes in the string value for the hierarchical column will be displayed hierarchically. This will work on items already entered. When new items are entered, this will need to be called again.
PROCEDURE SetLBHierDispColumn(
dialogID : LONGINT;
componentID : LONGINT;
columnID : INTEGER);def vs.SetLBHierDispColumn(dialogID, componentID, columnID):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | The id of the dialog. |
| componentID | LONGINT | The id of the list browser. |
| columnID | INTEGER | The index of the hierarchical column. |
VS Functions: EnableLBHierDisplay
Availability: from Vectorworks 2013