Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 610 Bytes

File metadata and controls

27 lines (21 loc) · 610 Bytes

GetLBSortColumn

Description

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

Parameters

Name Type Description
dialogID LONGINT id of the dialog that contains the list browser
componentID LONGINT id of the list browser control

Version

Availability: from VectorWorks12.0

Category