求助:如何在stringgrid中使用opendialog
各位前辈:本人是初学者.想在stringgrid表格控件中利用opendialog打开外部的一个数据文本.不知如何实现.
若用在meno控件中是
if opendialog1.execute then
memo1.LineS.loadfromfile(opendialog1.filename);
在listbox中是
if opendialog1.execute then
listbox1.items.loadfromfile(opendialog1.filename);
若换成在stringgrid中要若何改其属性????????????