InsertItem
This function insert an item in the combo-box object.
Function Definition:
void InsertItem( string item );
. string item: A String parameter containing the item name that will be inserted.
To configure this function, follow the steps below:
1. In an object event, configure the InsertItem function: ComboBoxObjectName.InsertItem(itemName);
2. During the execution of the RunTime, run the configured event to insert a new item into the combo-box object.
|
Note: This property exists only to the following objects: |