VS:EnableLBSorting

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Enables/disables sorting.

PROCEDURE EnableLBSorting(
dialogID :LONGINT;
componentID :LONGINT;
enableSorting :BOOLEAN);
def vs.EnableLBSorting(dialogID, componentID, enableSorting):
    return None

Parameters

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

Version

Availability: from VectorWorks11.0