Determines if sorting is enabled or disabled.
FUNCTION IsLBSortingEnabled(
dialogID : LONGINT;
componentID : LONGINT): BOOLEAN;def vs.IsLBSortingEnabled(dialogID, componentID):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
Availability: from VectorWorks11.0