指针
cmx8818
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
线程池_uThreadPool
unit uThreadPool; { aPool.AddRequest(TMyRequest.Create(RequestParam1, RequestParam2, ...)); } interface uses Windows, Classes; // 是否记录日志 // {$DEFINE NOLOGS} type TCriticalSection = class(T转载 2016-01-03 10:13:56 · 536 阅读 · 0 评论 -
TListBox的item项的Data关联及调用
I have one record type. I want to add the variable of that record type in TListbox and retrieve it on click event of TListbox. Is it possible? If yes then how? I added it using lstbox.AddItem(data转载 2015-12-20 16:25:13 · 758 阅读 · 0 评论
分享