OLE的createobjectfromfile方法后面2个参数的具体形式及含义??(50分)

  • 主题发起人 主题发起人 淡淡99
  • 开始时间 开始时间

淡淡99

Unregistered / Unconfirmed
GUEST, unregistred user!
ole.createobjectfromfile(参数1,参数2);

OLE的createobjectfromfile方法后面2个参数的具体形式及含义??

参数1何时需要路径?何时不需?需要路径时如何写?以Topendialog为例最好!

谢谢!!!!
 
??????????????
 
需要路径,
2为true显示成一个图标,false显示文件
ole.Createobjectfromfile(opendlg.filename,false)
 
CreateObjectFromFile(const FileName: string; Iconic: Boolean);
 
后退
顶部