文件名称:TstrLinkedList
介绍说明--下载内容均来自于网络,请自行研究使用
这是我自己写的一个DELPHI字符串链表Tstr_linked_list类:
第一步,将TstrLinkedList单元引用到当前工程;
第二步,声明一个Tstr_linked_list对象;
第三步,创建对象。 对象名.Create();
对象的方法说明:
对象创建后,自动产生一个字符串头节点
使用Sethead方法可以设置头结点的值(字符串)
……
-This is what I had written a string list Tstr_linked_list DELPHI categories: first, the reference to the current project TstrLinkedList unit the second step, declare a Tstr_linked_list object third step is to create objects. Object name. Create () object methods Descr iption: object is created, the first node automatically generates a string method can be set using the Sethead the value of the first node (string) ... ...
第一步,将TstrLinkedList单元引用到当前工程;
第二步,声明一个Tstr_linked_list对象;
第三步,创建对象。 对象名.Create();
对象的方法说明:
对象创建后,自动产生一个字符串头节点
使用Sethead方法可以设置头结点的值(字符串)
……
-This is what I had written a string list Tstr_linked_list DELPHI categories: first, the reference to the current project TstrLinkedList unit the second step, declare a Tstr_linked_list object third step is to create objects. Object name. Create () object methods Descr iption: object is created, the first node automatically generates a string method can be set using the Sethead the value of the first node (string) ... ...
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TstrLinkedList
..............\字符串链表类
..............\............\TstrLinkedList.pas
..............\............\TstrLinkedList单元说明.txt
..............\字符串链表类
..............\............\TstrLinkedList.pas
..............\............\TstrLinkedList单元说明.txt