搜索资源列表
StorageLibrary3.56_FullSource_Delphi2010
- 【最新for delphi 2010全源码版本】 应用程序设置管理是任何应用程序和基础的重要组成部分。通常TIniFile和TRegistry类用于这一目的。Storage Library为应用程序设置管理的新途径。Storage Library是为应用程序设置工作,使组件的集合。Storage Library的概念是非常优雅和简单的: *TrsStorage -主要含有类似的内存结构树中的所有数据 *一些TrsStorageData控件与ini,XML文件,注册表或TS
FastIniFile2010
- 有名的TIniFile 替代品,比DELPHI 自带的TIniFile更快,读写接口更多,本次上传的是可以支持 DELPHI 2010的版本-Well-known TIniFile alternatives faster than the DELPHI comes TIniFile, read and write interface, more, this can be uploaded to support the version of DELPHI 2010
ConfigXML
- This code shows how to use TXMLDocument to save and restore configuration settings in a XML document. The public methods works the same as a TIniFile. There is not mutch comment in the code because it is self explaining and small. Hope this ben