Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 592 Bytes

File metadata and controls

27 lines (21 loc) · 592 Bytes

IsLBSortingEnabled

Description

Determines if sorting is enabled or disabled.

FUNCTION IsLBSortingEnabled(
				dialogID    : LONGINT;
				componentID : LONGINT): BOOLEAN;
def vs.IsLBSortingEnabled(dialogID, componentID):
    return BOOLEAN

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 VectorWorks11.0

Category