随笔分类 -  101.Delphi的基础知识

摘要:在imglist中将dbgrideh数据显示在某一列中,其中:dbgrideh中SHowImag要设置为true;代码: Procedure TForm1.LoadPassPic(pDataSet: TCustomADODataSet; pField, pPicField: String);Var 阅读全文
posted @ 2024-04-12 01:53 小美lmt 阅读(214) 评论(1) 推荐(0)
摘要:procedure GetFileListEx(FilePath, ExtMask: string; FileList: TStrings; SubDirectory: Boolean = True); // // 遍历目录及子目录procedure TForm2.GetFileListEx(Fil 阅读全文
posted @ 2019-08-29 11:09 小美lmt 阅读(956) 评论(0) 推荐(0)
摘要:通过测试.exe程序调用dll外部方法,通过dll调用主程序.exe方法实现。 Showmessage('进入方法?这里是dll里LoginElecReq'); try ShellExecute(Application.Handle, 'Open','prjGhMzPrePayPrint60.exe 阅读全文
posted @ 2018-06-15 11:10 小美lmt 阅读(322) 评论(0) 推荐(0)
摘要:在interface uses 添加TForms; 阅读全文
posted @ 2018-06-13 09:10 小美lmt 阅读(457) 评论(0) 推荐(0)