[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 374

public procedure TCustomComboBox.AddItem(

  const Item: string;

  AnObject: TObject

); virtual;

Arguments

Item

  

The item text.

AnObject

  

The associated object, can be Nil.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.