Gets the number of items in the component that contains the choices.
PROCEDURE GetChoiceCount(
dialogID : LONGINT;
componentID : LONGINT;
VAR outCount : INTEGER);def vs.GetChoiceCount(dialogID, componentID):
return outCount| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | the dialog identifier given by CreateLayout or CreateResizableLayout |
| componentID | LONGINT | The identifier for the component that contains the choices. |
| outCount | INTEGER | The number of items in the component. |
Availability: from Vectorworks 2010