ImageComboBox-AddString

Имя функции dcl-ImageComboBox-AddString
Синтаксис   (dcl-ImageComboBox-AddString <CONTROL> NewItem [типа String] ImageIndex [типа Integer] {SelectedImageIndex [типа Integer]} {Indent [типа Integer]} {Index [типа Integer]})
Возвращаемый тип Long
Подходит к Image Combo Box

This method appends or inserts a new item into the combo box list. ImageIndex and SelectedImageIndex are the images to display when the item is unselected or selected, respectively. Indent is the distance (in pixels) to indent the item from the edge. Index is the location where the new item is inserted. If Index is not specified, the item is appended. The return value is the index (zero based) of the new item.