代码搜索:Delphi exeinfope
找到约 10,000 项符合「Delphi exeinfope」的源代码
代码结果 10,000
www.eeworm.com/read/268118/11152432
bmp delphi7.bmp
www.eeworm.com/read/268118/11153040
bmp delphi7.bmp
www.eeworm.com/read/411249/11250541
txt delphi函数大全.txt
delphi常用函数
Abort 函数 引起放弃的意外处理
Abs 函数 绝对值函数
AddExitProc 函数 将一过程添加到运行时库的结束过程表中
Addr 函数 返回指定对象的地址
AdjustLineBreaks 函数 将给定字符串的行分隔符调整为CR/LF序列
Align 属性 使控件位于窗口某部分
Al
www.eeworm.com/read/411247/11250554
txt delphi_errors.txt
编译错误信息
';' not allowed before 'ELSE' ElSE前不允许有“;”
'' clause not allowed in OLE automation section 在OLE自动区段不允许“”子句
'' is not a type identifier 不是类型标识符
'' not previously declared as a PR
www.eeworm.com/read/248783/12541015
txt delphi95.txt
Delphi 3.0 在Windows95下读写器接口函数使用方法:
函数声明:
implementation
function Init_com(Port:integer):integer; stdcall; external 'sure32wc' index 1;
Function sele_card(crdno:integer):integer; stdcall; ext
www.eeworm.com/read/248783/12541016
txt delphi31.txt
Delphi 1.0 在Windows 3.x下读写器接口函数使用方法:
函数声明:
implementation
Function Init_com(Port:integer):integer; far; external 'sure16wc';
Function sele_card(crdno:integer):integer; far; external 'sure16w
www.eeworm.com/read/248144/12594060
txt delphi3.txt
0 &File FileMenu
0 &New... FileNewItem
1 New Applica&tion FileNewApplicationItem
2 New &Form FileNewFormItem
3 New Data &Module FileNewDataModuleItem
4 &Open... FileOpenItem
5 &R
www.eeworm.com/read/237756/13933240
txt delphi_shm.txt
小程序,程序1创建共享内存,程序2访问这个共享内存;
然后启动程序1创建共享内存;启动程序2访问共享内存,则程序2能够访问到共享内存;
然后关闭程序1,程序2再一次去访问共享内存;则程序2能够访问共享内存;
然后再关闭程序2,再启动程序2,则程序2无法访问共享内存,出现I/O error 6;
程序1创建贡献内存的代码是放在一个按钮的点击事件:
procedure TForm2. ...
www.eeworm.com/read/236337/14019625
jpg delphi6.jpg
www.eeworm.com/read/236337/14019635