Adds an item to the component's choices.
The valid components are created by [[VS:CreatePullDownMenu| CreatePullDownMenu]], [[VS:CreatePullDownMenuGroupBox| CreatePullDownMenuGroupBox]], [[VS:CreateListBox| CreateListBox]], [[VS:CreateListBoxN| CreateListBoxN]].
PROCEDURE AddChoice(
dialogID : LONGINT;
componentID : LONGINT;
choiceText : STRING;
itemIndex : INTEGER);def vs.AddChoice(dialogID, componentID, choiceText, itemIndex):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | the dialog identifier given by CreateLayout or CreateResizableLayout |
| componentID | LONGINT | The identifier for the component that contains the choices. |
| choiceText | STRING | The text for the item that is about to be added. |
| itemIndex | INTEGER | The index after which the new item is to be added. |
For components created by [[VS:CreateEnhancedPullDownMenu| CreateEnhancedPullDownMenu]], [[VS:InsertEnhancedPullDownMenuItem| InsertEnhancedPullDownMenuItem]] should be used.
alogLayoutPulldownMenu}}
For further information, please check out: CreatePullDownMenu| CreatePullDownMenu
CreatePullDownMenuGroupBox| CreatePullDownMenuGroupBox
CreateListBoxN| CreateListBoxN
Availability: from Vectorworks 2010
- Dialogs - Modern