51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Delphi
dcef for delphi
cef 3.2623 是最后一个支持winxp版本https://github.com/salvadordf/CEF4Delphihttps://github.com/hgourvest/dcef3 内置3.2454版本 cef所有版本下载https://bitbucket.or...
代码星球
·
2021-02-25
dcef
for
delphi
Delphi赋
DELPHI者,经典开发工具、美奂美仑之开发环境也。盖论DELPHI其身世,实为神界之神物,后借宝蓝公司之手,于1990年代,现于江湖。 DELPHI一出江湖,码农爱之,企业爱之。一时间,风雨雷动,群雄为之叹服,奸商为之苦脸,微软为之微软。 后江湖传说“真正码农用C++,聪明码农用DELPHI”。乃...
代码星球
·
2021-02-02
Delphi
Delphi XE TStringBuilder
functionT_SunnySky_SDK.JoinItems(AParamDic:TDictionary<string,string>):string;varsb:TStringBuilder;key:TPair<string,string>;beginifnotAssigned(APara...
代码星球
·
2021-01-22
Delphi
XE
TStringBuilder
Delphi System.zip patch with ZIP64 and LZMA supports
https://github.com/ccy/delphi-zip...
代码星球
·
2021-01-22
Delphi
System.zip
patch
with
ZIP64
delphi 与 java 兼容的 MD5
functionGetMd5(AValue:string):string;varmd5:TIdHashMessageDigest5;bytes,byte1:TBytes;beginmd5:=TIdHashMessageDigest5.Create;tryResult:=LowerCase(md5.HashStringA...
代码星球
·
2021-01-22
delphi
java
兼容
MD5
delphi inifile 支持 utf8
UsesIniFiles;constSZ_APP_NAME='demo_test';ProcedureTForm1.GetSettings;var_MemIniU:TMemIniFile;_SettingsPath:string;begintry_SettingsPath:=GetHomePath+PathDelim+...
代码星球
·
2021-01-22
delphi
inifile
支持
utf8
delphi下,不错的多语言翻译组件
http://yktoo.com/en/software/dklangTraned http://sourceforge.net/projects/dklang/...
代码星球
·
2021-01-22
delphi
错的
语言
翻译
组件
delphi xe memory leak produced in WSDLLookup.pas
constructorTWSDLLookup.Create;beginFLookup:=TDictionary<string,Variant>.Create;end;destructorTWSDLLookup.Destroy;beginClearWSDLLookup;//问题在这里inherited;end...
代码星球
·
2021-01-22
delphi
xe
memory
leak
produced
EditorLineEnds.ttr 受影响的D版本 Delphi 8-2010
http://stackoverflow.com/questions/25295980/delphi-2006-2010-error-cannot-create-file-c-users-admin-appdata-local-temp-ed 安装idefixpack解决这个问题。http://a...
代码星球
·
2021-01-22
EditorLineEnds.ttr
受影
响的
版本
Delphi
delphi中的临界区
varfLock:TRTLCriticalSection;//定义临界区域//初始化InitializeCriticalSection(fLock);//进入临界区EnterCriticalSection(fLock);//离开临界区LeaveCriticalSection(fLock);//删除DeleteCriti...
代码星球
·
2021-01-22
delphi
中的
临界区
What's New in Delphi and C++Builder XE7
http://docwiki.embarcadero.com/RADStudio/XE7/en/What%27s_New_in_Delphi_and_C%2B%2BBuilder_XE7...
代码星球
·
2021-01-22
What
#39s
New
in
Delphi
(转)TComboBox patch for Delphi 7
unitD7ComboBoxStringsGetPatch;//ThepatchfixesTCustomComboBoxStrings.GetmethodforemptystringiteminDelphi7.interface{$IFRTLVersion<>15.0}'Thispatchisintende...
代码星球
·
2021-01-22
TComboBox
patch
for
Delphi
delphi xe7 FireDAC 官方文档
http://docwiki.embarcadero.com/RADStudio/XE7/en/Category:FireDAC...
代码星球
·
2021-01-22
delphi
xe7
FireDAC
官方
文档
Delphi Variant oleVariant
TheOleVarianttypeexistsonboththeWindowsandLinuxplatforms.ThemaindifferencebetweenVariantandOleVariantisthatVariantcancontaindatatypesthatonlythecurrentapplicati...
代码星球
·
2021-01-22
Delphi
Variant
oleVariant
delphi调用 java 的 WebService服务端.
//InvRegistry.RegisterInvokeOptions(TypeInfo(ModelADServicePortType),ioLiteral);InvRegistry.RegisterInvokeOptions(TypeInfo(ModelADServicePortType),ioDocument); ...
代码星球
·
2021-01-22
delphi
调用
java
WebService
服务
首页
上一页
1
2
3
4
5
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他