#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

Delphi赋

DELPHI者,经典开发工具、美奂美仑之开发环境也。盖论DELPHI其身世,实为神界之神物,后借宝蓝公司之手,于1990年代,现于江湖。 DELPHI一出江湖,码农爱之,企业爱之。一时间,风雨雷动,群雄为之叹服,奸商为之苦脸,微软为之微软。 后江湖传说“真正码农用C++,聪明码农用DELPHI”。乃...
代码星球 代码星球·2021-02-02

Delphi XE TStringBuilder

functionT_SunnySky_SDK.JoinItems(AParamDic:TDictionary<string,string>):string;varsb:TStringBuilder;key:TPair<string,string>;beginifnotAssigned(APara...
代码星球 代码星球·2021-01-22

delphi 与 java 兼容的 MD5

functionGetMd5(AValue:string):string;varmd5:TIdHashMessageDigest5;bytes,byte1:TBytes;beginmd5:=TIdHashMessageDigest5.Create;tryResult:=LowerCase(md5.HashStringA...
代码星球 代码星球·2021-01-22

delphi inifile 支持 utf8

UsesIniFiles;constSZ_APP_NAME='demo_test';ProcedureTForm1.GetSettings;var_MemIniU:TMemIniFile;_SettingsPath:string;begintry_SettingsPath:=GetHomePath+PathDelim+...
代码星球 代码星球·2021-01-22

delphi下,不错的多语言翻译组件

   http://yktoo.com/en/software/dklangTraned   http://sourceforge.net/projects/dklang/...

delphi xe memory leak produced in WSDLLookup.pas

constructorTWSDLLookup.Create;beginFLookup:=TDictionary<string,Variant>.Create;end;destructorTWSDLLookup.Destroy;beginClearWSDLLookup;//问题在这里inherited;end...

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...

delphi中的临界区

varfLock:TRTLCriticalSection;//定义临界区域//初始化InitializeCriticalSection(fLock);//进入临界区EnterCriticalSection(fLock);//离开临界区LeaveCriticalSection(fLock);//删除DeleteCriti...
代码星球 代码星球·2021-01-22

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

(转)TComboBox patch for Delphi 7

unitD7ComboBoxStringsGetPatch;//ThepatchfixesTCustomComboBoxStrings.GetmethodforemptystringiteminDelphi7.interface{$IFRTLVersion<>15.0}'Thispatchisintende...
代码星球 代码星球·2021-01-22

delphi xe7 FireDAC 官方文档

http://docwiki.embarcadero.com/RADStudio/XE7/en/Category:FireDAC...

Delphi Variant oleVariant

TheOleVarianttypeexistsonboththeWindowsandLinuxplatforms.ThemaindifferencebetweenVariantandOleVariantisthatVariantcancontaindatatypesthatonlythecurrentapplicati...
代码星球 代码星球·2021-01-22

delphi调用 java 的 WebService服务端.

//InvRegistry.RegisterInvokeOptions(TypeInfo(ModelADServicePortType),ioLiteral);InvRegistry.RegisterInvokeOptions(TypeInfo(ModelADServicePortType),ioDocument); ...
首页上一页12345...下一页尾页