S
shenger
Unregistered / Unconfirmed
GUEST, unregistred user!
Adds an item to the list box
procedure AddItem(Item: String; AObject: TObject);
Description
Call AddItem to add a new item to the end of the list.
Item is the text of the item to add.
AObject is the object associated with the new item.
Add一个Item就是了,干吗还有个AObject?AObject又如何与这个Item associate呢?
Delphi的帮助,不爽啊!!!!!!!!11
procedure AddItem(Item: String; AObject: TObject);
Description
Call AddItem to add a new item to the end of the list.
Item is the text of the item to add.
AObject is the object associated with the new item.
Add一个Item就是了,干吗还有个AObject?AObject又如何与这个Item associate呢?
Delphi的帮助,不爽啊!!!!!!!!11