Gets the index of the sort column in the specified list browser control.
FUNCTION GetLBSortColumn(
dialogID : LONGINT;
componentID : LONGINT): INTEGER;def vs.GetLBSortColumn(dialogID, componentID):
return INTEGER| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
Availability: from VectorWorks12.0