Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 606 Bytes

File metadata and controls

27 lines (21 loc) · 606 Bytes

GetNumSelectedLBItems

Description

Returns the number of selected list browser items.

FUNCTION GetNumSelectedLBItems(
				dialogID    : LONGINT;
				componentID : LONGINT): INTEGER;
def vs.GetNumSelectedLBItems(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