[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomComboBox.AddItem

Adds an item to the Items list.

Declaration

Source position: stdctrls.pp line 370

public procedure TCustomComboBox.AddItem(

  const Item: ;

  AnObject: TObject

); virtual;

Arguments

Item

  

The item text.

AnObject

  

The associated object, can be Nil.