代码搜索:Delphi
找到约 10,000 项符合「Delphi」的源代码
代码结果 10,000
www.eeworm.com/read/331935/12799007
bmp delphi7.bmp
www.eeworm.com/read/331930/12800067
dll delphi_sample.dll
www.eeworm.com/read/330369/12898525
reg ★学delphi网★.reg
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://www.xuedelphi.cn/"
www.eeworm.com/read/243682/12924793
txt delphi4.txt
/L20"Delphi 4" Nocase Line Comment = // Block Comment On = { Block Comment On Alt = (* Block Comment Off = } Block Comment Off Alt = *) Escape Char =
www.eeworm.com/read/328485/13025056
txt delphi日期函数.txt
Day 开头的函数
●
Unit
DateUtils
function DateOf(const Avalue: TDateTime): TDateTime;
描述
使用 DateOf 函数用来把一个 TDateTime 类型的变量转变成一个
只带有日期的 TDateTime 类型变量。
例如:
showmessage(DateTimetostr(d
www.eeworm.com/read/140268/13092268
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/140268/13092271
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/139667/13142081
exe delphi_error.exe
www.eeworm.com/read/325877/13178846