搜索资源列表
UniteFile
- 文本文件(txt)合并: 适合检索多个文本文件时使用(先合并多个文件然后再检索) 简单的TStringList应用举例-text (txt) : a suitable text document retrieval over the use of (merging multiple files first and then search), a simple application example TStringList
Shequ_Mis
- 主要技术: 1.对常见控件的使用(如:TStrings、TStringList、Tlist) 2.数据库链接:常见的数据访问技术(ADO技术,BDE技术) TadoConnection(数据链接)/TadoQuery(数据集)控件, TDataModule数据模块使用, 读取配置文件 3.事件驱动编程: 窗体事件(OnActivate,OnCreate,OnShow)键盘事件(KeyPress),鼠标事件(MouseMove),定时事件(Timer) 4.动态生成组件
C++Spilt
- C++Builder版的Split函数,使用TStringList存放回传的字串阵列
classes2
- delphi TStringList ,TStings,TLIST 的替换单元。 高效率。-delphi TStringList, TStings, TLIST Replacement unit. High efficiency.
SakEmail
- dephi中没有象VB中的split函数,但是使用TStringList类的 Delimter 和 DelimtedText 两个属性可以很容易的把字符串分割,然后放入 TStrings里面-dephi not like VB' s split function, but using TStringList class Delimter and DelimtedText two properties can easily split the string, and then placed
SaveToFileTest
- SaveFile by TStringList
TStringListOrder
- 对tstringlist内的数据排序,可按时间和数字排序-Data within tstringlist sort sort by time and numbers
SearchListViews
- The code example searches through a TEdit Control a matching value in a TListView Control performing 2 shares: 1 - If it is the value stored in a TStringList variable that does not allow duplicates, ensuring store once the value found in
SevenZIP_mod
- BUG修改: 1.对于文件名中带有空格的文件, 无法压缩, 原因是1488行, 压缩调用的是TStringList.Delimiter 来拆分文件字符串, 而空格是默认分行符, 导致文件名错误 2.解压缩函数, 如果目标文件已存在并且为只读属性时, 报错, 原因是1105行 创建文件流的时候直接使用了TFileStream.Create(path, fmCreate)导致 3.解压缩函数, 解决如果是空文件夹不会被创建的问题 功能增加: 1.增加了一个WorkPath变量, 用于指
fdff
- tstringlist 读写文件,添加文本,根据键读取值(a little demo about how to use tstringlist)