[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Adds an item to the Items list.
Source position: stdctrls.pp line 374
public procedure TCustomComboBox.AddItem( |
const Item: string; |
AnObject: TObject |
); virtual; |
Item |
|
The item text. |
AnObject |
|
The associated object, can be Nil. |
lazarus-ccr.sourceforge.net |