Enables/disables sorting.
PROCEDURE EnableLBSorting(
dialogID : LONGINT;
componentID : LONGINT;
enableSorting : BOOLEAN);def vs.EnableLBSorting(dialogID, componentID, enableSorting):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
| enableSorting | BOOLEAN | specifies whether to enable or disable sorting |
Availability: from VectorWorks11.0