Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 808 Bytes

File metadata and controls

31 lines (25 loc) · 808 Bytes

SetLBSortColumn

Description

Sets the specified column as the sort column in the specified list browser control.

PROCEDURE SetLBSortColumn(
				dialogID    : LONGINT;
				componentID : LONGINT;
				columnIndex : INTEGER;
				isAscending : BOOLEAN);
def vs.SetLBSortColumn(dialogID, componentID, columnIndex, isAscending):
    return None

Parameters

Name Type Description
dialogID LONGINT id of the dialog that contains the list browser
componentID LONGINT id of the list browser control
columnIndex INTEGER the column index
isAscending BOOLEAN determines if the sort should be ascending or descending

Version

Availability: from VectorWorks12.0

Category