memo1.text := memo1.text + ListBox1.items [listbox1.itemindex];
listbox1.itemindex为什么是 listbox1.itemindex为何不直接是 listbox1.item为何还要跟个index呢?这个"item"我在object inspector上我能找到那  itemindex 我可找不到啊。
“messagedlg的原型:
function messagedlg(const msg:string;dlgtype:tmsgdigtype;buttons:tmsgdlgbuttons;helpctx:longint):word”
这种书写格式我该怎么去理解怎么去用啊。