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