-
IOCP completion port IOCP completion port Xiang Jie Xiang Jie IOCP completion po...
IOCP完成端口详解 IOCP完成端口详解 -IOCP completion port IOCP completion port Xiang Jie Xiang Jie IOCP completion port IOCP completion port Xiang Jie Xiang Jie
- 2022-10-25 13:55:04下载
- 积分:1
-
Messaging-communication
利用消息机制制作的简单程序间的通信例子,对初学消息的人有帮助,自定义消息(Mechanisms for making use of information communication between a simple program examples for beginners news to help people, a custom message)
- 2013-10-16 14:29:07下载
- 积分:1
-
Delphi7 向XML中添加RTTI信息
Delphi7.0 向XML中添加RTTI信息,这个例子挺简单,希望大家喜欢,面向Delphi新手的,高手请绕道哦,下面是本例Delphi向XML中添加RTTI信息的关键性代码:
procedure TForm1.ComponentToDOM(iNode: IXmlNode; Comp: TPersistent);
var
nProps, i: Integer;
PropList: PPropList;
Value: Variant;
newNode: IXmlNode;
begin
nProps := GetTypeData (Comp.ClassInfo)^.PropCount;
GetMem (PropList, nProps * SizeOf(Pointer));
try
GetPropInfos (Comp.ClassInfo, PropList);
for i := 0 to nProps - 1 do
begin
Value := GetPropValue (Comp, PropList [i].Name);
NewNode := iNode.AddChild(PropList [i].Name);
NewNode.Text := Value;
if (PropList [i].PropType^.Kind = tkClass) and (Value 0) then
if TObject (Integer(Value)) is TComponent then
NewNode.Text := TComponent (Integer(Value)).Name
else
ComponentToDOM (newNode, TObject (Integer(Value)) as TPersistent);
end;
finally
FreeMem (PropList);
end;
end;
- 2022-01-26 03:00:57下载
- 积分:1
-
基于应用程序的
基于Delphi 的informap 的应用-Based on the application of Delphi
- 2022-09-21 06:50:03下载
- 积分:1
-
Delphi实现客户端和服务器 实现客户端和服务器
Delphi实现客户端和服务器 实现客户端和服务器 -Delphi DownLoad chess server client
- 2022-06-30 21:11:19下载
- 积分:1
-
Stretch
Digital Image Processing, stretch of an image with two optional setting via realtime combobox (stretch or default size).
- 2012-06-14 21:43:29下载
- 积分:1
-
报表控件,可以使用delphi开发多种样式的报表
报表控件,可以使用delphi开发多种样式的报表-Report Control, you can use delphi development of a variety of styles report
- 2023-08-30 12:00:07下载
- 积分:1
-
利用Delphi6.0和MS Server2000为主要开发工具,以WindowsXP为开发平台。设计出分布式多层应用的图书馆管理系统。...
利用Delphi6.0和MS Server2000为主要开发工具,以WindowsXP为开发平台。设计出分布式多层应用的图书馆管理系统。-Delphi6.0 and MS Server2000 use as the main development tools for the development platform to WindowsXP. Distributed multi-tier application design of the library management system.
- 2023-06-28 13:10:04下载
- 积分:1
-
问道辅助源代码
- 2022-04-23 14:29:26下载
- 积分:1
-
messageInterface-
移动短信接口 (delphi 7 源码)(Mobile messaging interface (delphi 7 source))
- 2013-07-22 17:37:17下载
- 积分:1