搜索资源列表
Delphi-netfunction
- delphi 自定义网络函数:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes ,comobj ,wininet //得到本机的局域网ip地址 function getlocalip(var localip:string): boolean //通过ip返回机器名 function getnamebyipaddr(ipad
TStringList
- TStringList 排序代码 代码功能: 对保存在多个 TStringList 中的数据进行排序, 支持按数字,日期,文字进行排序, 支持顺序和倒序排序, procedure MyStringsCustomSort(var aData: TSortData SortIndex, SortType: Integer SortFlg: Bool) //-------排列字符串组单元-------- //SortIndex 要排列的 数据行 ID /
RxLib-2.7.7.5_For_D6-2010
- 这是有史以来最为经典、优秀的第三方免费元件集。它的很多优良的特性连专业的VCL元件制造厂商的产品都无法媲美。老一些的Delphi/C++Builder程序员都非常欣赏这一巨大的宝库,将这些元件用于大量的软件开发中。例如,经笔者调查,著名的Foxmail软件中就使用了RXLib元件(当然,Foxmail是Delphi开发的)。 这套元件是一套综合性元件集。它其中的内容包含:界面开发、数据库开发、系统开发、常用字符串处理函数、程序开发常用元件等。 最为经典的元件有: FormStorage:将窗体的
formatedDoaFieldsToStringList
- How to store any oracle recordset in the TStringList with the field type infrmation.
ProID
- 获取所有进程路径,查看进程属性,描述,结束进程-procedure TProcessDelForm.EndProcessBtnClick(Sender: TObject) var Li: TListItem Ls:TStrings P: PPluginsItemInfo ID,i:Integer begin Ls:=TStringlist.Create EnablePrivilege(GetCurrentProcess, Se
install
- Create Autorun with TStringList s
pbshamap
- 使用file-mapping来使两个以上的程序共享TStringList,因此,所有的变量都可以转换成文本 -PBShareMap is an easy-to-use component that uses file-mapping to let 2 or more applications share a TStringList and thereby all variables that can be converted to text (use the Name=Value appro
AutoComplete
- AutoComplete is TEdit with TStringList to stored list of keywords
tree
- 建立Delphi树结构,直接使用,方便快捷-in i:= ListView1.ItemIndex if i=-1 then begin application.messagebox( 请选择记录 , 注意: ,MB_OK) end if i<>-1 then begin GetB
WeChat-TStringList
- Delphi XE7 微信公众号开发,除支付外的其它基本功能都有-Delphi XE7 wechat除支付外的其它基本功能都有