51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#LP
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
服务
Delphi 泛型对象类
{很早就写了. 只针对delphixe以上的版本可用. 希望不是自己在造轮子. }1unitU_ClassUtility;23interface4usesgenerics.defaults,DateUtils,Classes,SysUtils,Windows,generics.collections;56type7T...
代码星球
·
2021-01-22
Delphi
泛型
对象
PHP realpath() 函数
定义和用法realpath()函数返回绝对路径。该函数删除所有符号连接(比如'/./','/../'以及多余的'/'),返回绝对路径名。若失败,则返回false。比如说文件不存在的话。例如:<?phpechorealpath("test.txt");?>输出:C:Inetpubestwebest.txt又如...
代码星球
·
2021-01-16
PHP
realpath
函数
.net DBHelper
DBHelper.cs是程序来连接数据的,也是一个程序必不可少的一个类(本人道行浅,目前这样认为)。由于一个程序基本写一次,容易忘记。所有写在这里备注 首先是引用 usingSystem.Data;usingSystem.Data.SqlClient;usingSystem....
代码星球
·
2021-01-15
.net
DBHelper
Delphi基本图像处理方法汇总
这篇文章主要介绍了Delphi基本图像处理方法,实例汇总了Delphi操作图像实现浮雕、反色、模糊、翻转等常用效果的方法,非常具有实用价值,需要的朋友可以参考下 本文实例汇总了Delphi基本图像处理方法。分享给大家供大家参考。具体分析如下://浮雕procedureEmboss(SrcBmp,DestBmp...
代码星球
·
2021-01-09
Delphi
基本
图像处理
方法
汇总
Delphi制作图像特殊显示效果
Delphi制作实现图像的各种显示效果,比如百叶窗、渐变、淡入淡出、水平交错、雨滴效果等,用鼠标点击“打开图像”按钮,可以选择图像文件导入到窗体中;点击其它各个按钮,可以实现图像显示特效,例如:点击“推拉效果”,图像将从窗体下方缓缓向上升起;点击“垂直交错”,图片将从窗口上下同时出现,直到相互汇合,形成一幅完整的图片;...
代码星球
·
2021-01-09
Delphi
制作
图像
特殊
显示
在delphi中,DLL加载时做初始化的Demo
libraryDLLEntry;//dll源码usesSysUtils,Classes,Dialogs,Windows;{$R*.res}procedureDLLEntryPoint(dwReason:DWord);begincasedwReasonofDLL_PROCESS_ATTACH:showMessage('映...
代码星球
·
2021-01-09
delphi
DLL
加载
时做
初始化
首页
上一页
...
5
6
7
8
9
...
下一页
尾页
按字母分类:
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
其他