Gets the number of items in the specified list browser control.
FUNCTION GetNumLBItems(
dialogID : LONGINT;
componentID : LONGINT): INTEGER;def vs.GetNumLBItems(dialogID, componentID):
return INTEGER| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
Availability: from VectorWorks11.0