AddItem

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 17:09

Description

Add item to the combo box. It should be called before AddCombo.

Returns the index of the added item.

Syntax

object.ComboAddItem(strItemName, lngItemData)

object

Required. Object name, returned by Dim idlg As InputDlg = New InputDlg.

strItemName

Item name as it appears in the combo.

lngItemData

Item value.

Example

See example in AddCombo

See also

AddDateTime, AddInt, AddString, AddSwitch