Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 902 Bytes

File metadata and controls

33 lines (27 loc) · 902 Bytes

SetLBSelection

Description

Selects the specified range of items within a List Browser dialog control.

FUNCTION SetLBSelection(
				dialogID       : LONGINT;
				componentID    : LONGINT;
				firstItemIndex : INTEGER;
				lastItemIndex  : INTEGER;
				select         : BOOLEAN): BOOLEAN;
def vs.SetLBSelection(dialogID, componentID, firstItemIndex, lastItemIndex, select):
    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
firstItemIndex INTEGER the first row of the range to select
lastItemIndex INTEGER the last row of the range to select
select BOOLEAN select or deselect

Version

Availability: from VectorWorks11.0

Category