initial commit
[rofl0r-KOL.git] / main_twstrlist.htm
blob1071a03a0d254f46b52131c06093e40c9e0f91e8
1 <html>
2 <head>
3 <title>KOL Help: TWStrList object (main frame)</title>
4 <base target="_top">
5 </head>
7 <body bgcolor="#FFFFEF" text="#000000" link="#008080" vlink="#008000" alink="#808000">
8 <p><font face="Courier" color="#800080"><b>TWStrList( unit <a href=kol_pas.htm>KOL.pas</a> )
9 <font face="Wingdings">ï</font> <a href=tobj.htm>TObj</a>
10 <font face="Wingdings">ï</font> <a href=_tobj.htm>_TObj</a>
11 </b></font></p>
12 <p><b>
13 TWStrList = object( <a href=tobj.htm target="_top">TObj</a> )
14 </b></p>
15 String list to store Unicode (null-terminated) strings.
16 <h3 align="center"><font color="#FF8080">TWStrList properties</font></h3>
17 <a name="items"></a>
18 <p>
19 <font face="Courier" color="#800080"><b>property</b> <font color="#808000"><b>Items</b></font>[ Idx: <b>Integer</b> ]: WideString;</font>
20 <br>
21 See also <a href=tstrlist.htm#items>TStrList.Items</a>
22 </p>
23 <a name="itemptrs"></a>
24 <p>
25 <font face="Courier" color="#800080"><b>property</b> <font color="#808000"><b>ItemPtrs</b></font>[ Idx: <b>Integer</b> ]: PWideChar;</font>
26 &nbsp;&nbsp;&nbsp;<font face="Webdings" size=7>&#209;</font>&nbsp;&nbsp;&nbsp;
27 <br>
28 See also <a href=tstrlist.htm#itemptrs>TStrList.ItemPtrs</a>
29 </p>
30 <a name="count"></a>
31 <p>
32 <font face="Courier" color="#800080"><b>property</b> <font color="#808000"><b>Count</b></font>: <b>Integer</b>;</font>
33 &nbsp;&nbsp;&nbsp;<font face="Webdings" size=7>&#209;</font>&nbsp;&nbsp;&nbsp;
34 <br>
35 See also <a href=tstrlist.htm#count>TStrList.Count</a>
36 </p>
37 <a name="text"></a>
38 <p>
39 <font face="Courier" color="#800080"><b>property</b> <font color="#808000"><b>Text</b></font>: WideString;</font>
40 <br>
41 See also <a href=tstrlist.htm#text>TStrList.Text</a>
42 </p>
43 <h4 align="center"><font color="black">Properties, inherited from <a href="tobj.htm" target="_top">TObj</a></font></h4>
44 <h3 align="center"><font color="#FF8080">TWStrList methods</font></h3>
45 <a name="settext"></a>
46 <p>
47 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>SetText</b></font>( <b>const</b> Value: WideString );</font>
48 <br>
49 See also <a href=tstrlist.htm#settext>TStrList.SetText</a>
50 </p>
51 <a name="destroy"></a>
52 <p>
53 <font face="Courier" color="#800080"><b>destructor</b> <font color="#808000"><b>Destroy</b></font>; <b>virtual</b>;</font>
54 <br>
55 </p>
56 <a name="clear"></a>
57 <p>
58 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Clear</b></font>;</font>
59 <br>
60 See also <a href=tstrlist.htm#clear>TStrList.Clear</a>
61 </p>
62 <a name="add"></a>
63 <p>
64 <font face="Courier" color="#800080"><b>function</b> <font color="#808000"><b>Add</b></font>( <b>const</b> W: WideString ): <b>Integer</b>;</font>
65 <br>
66 See also <a href=tstrlist.htm#add>TStrList.Add</a>
67 </p>
68 <a name="insert"></a>
69 <p>
70 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Insert</b></font>( Idx: <b>Integer</b>; <b>const</b> W: WideString );</font>
71 <br>
72 See also <a href=tstrlist.htm#insert>TStrList.Insert</a>
73 </p>
74 <a name="delete"></a>
75 <p>
76 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Delete</b></font>( Idx: <b>Integer</b> );</font>
77 <br>
78 See also <a href=tstrlist.htm#delete>TStrList.Delete</a>
79 </p>
80 <a name="addwstrings"></a>
81 <p>
82 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>AddWStrings</b></font>( WL: <a href=kol_pas.htm#pwstrlist target="_top">PWStrList</a> );</font>
83 <br>
84 See also <a href=tstrlist.htm#addstrings>TStrList.AddStrings</a>
85 </p>
86 <a name="assign"></a>
87 <p>
88 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Assign</b></font>( WL: <a href=kol_pas.htm#pwstrlist target="_top">PWStrList</a> );</font>
89 <br>
90 See also <a href=tstrlist.htm#assign>TStrList.Assign</a>
91 </p>
92 <a name="loadfromfile"></a>
93 <p>
94 <font face="Courier" color="#800080"><b>function</b> <font color="#808000"><b>LoadFromFile</b></font>( <b>const</b> Filename: <b>String</b> ): <b>Boolean</b>;</font>
95 <br>
96 See also <a href=tstrlist.htm#loadfromfile>TStrList.LoadFromFile</a>
97 </p>
98 <a name="loadfromstream"></a>
99 <p>
100 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>LoadFromStream</b></font>( Strm: PStream );</font>
101 <br>
102 See also <a href=tstrlist.htm#loadfromstream>TStrList.LoadFromStream</a>
103 </p>
104 <a name="mergefromfile"></a>
106 <font face="Courier" color="#800080"><b>function</b> <font color="#808000"><b>MergeFromFile</b></font>( <b>const</b> Filename: <b>String</b> ): <b>Boolean</b>;</font>
107 <br>
108 See also <a href=tstrlist.htm#mergefromfile>TStrList.MergeFromFile</a>
109 </p>
110 <a name="mergefromstream"></a>
112 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>MergeFromStream</b></font>( Strm: PStream );</font>
113 <br>
114 See also <a href=tstrlist.htm#mergefromstream>TStrList.MergeFromStream</a>
115 </p>
116 <a name="savetofile"></a>
118 <font face="Courier" color="#800080"><b>function</b> <font color="#808000"><b>SaveToFile</b></font>( <b>const</b> Filename: <b>String</b> ): <b>Boolean</b>;</font>
119 <br>
120 See also <a href=tstrlist.htm#savetofile>TStrList.SaveToFile</a>
121 </p>
122 <a name="savetostream"></a>
124 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>SaveToStream</b></font>( Strm: PStream );</font>
125 <br>
126 See also <a href=tstrlist.htm#savetostream>TStrList.SaveToStream</a>
127 </p>
128 <a name="appendtofile"></a>
130 <font face="Courier" color="#800080"><b>function</b> <font color="#808000"><b>AppendToFile</b></font>( <b>const</b> Filename: <b>String</b> ): <b>Boolean</b>;</font>
131 <br>
132 See also <a href=tstrlist.htm#appendtofile>TStrList.AppendToFile</a>
133 </p>
134 <a name="swap"></a>
136 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Swap</b></font>( Idx1, Idx2: <b>Integer</b> );</font>
137 <br>
138 See also <a href=tstrlist.htm#swap>TStrList.Swap</a>
139 </p>
140 <a name="sort"></a>
142 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Sort</b></font>( CaseSensitive: <b>Boolean</b> );</font>
143 <br>
144 See also <a href=tstrlist.htm#sort>TStrList.Sort</a>
145 </p>
146 <a name="move"></a>
148 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Move</b></font>( IdxOld, IdxNew: <b>Integer</b> );</font>
149 <br>
150 See also <a href=tstrlist.htm#move>TStrList.Move</a>
151 </p>
152 <h4 align="center"><font color="black">Methods, inherited from <a href="tobj.htm" target="_top">TObj</a></font></h4>
153 <h3 align="center"><font color="#FF8080">TWStrList events</font></h3>
154 <h4 align="center"><font color="black">Events, inherited from <a href="tobj.htm" target="_top">TObj</a></font></h4>
155 <h3 align="center"><font color="#FF8080">TWStrList fields</font></h3>
156 <h4 align="center"><font color="black">Fields, inherited from <a href="tobj.htm" target="_top">TObj</a></font></h4>
157 <hr>
158 <p align="center">[&nbsp;<a href=index.htm>Index</a>&nbsp;]</p>
159 <p align="center"><font face="Comic Sans MS"><small>This help is generated 22-Sep-2005 by KOL Help generator, (C) 2000-2001 by Vladimir Kladov<br>Modified (C) 2003 by Alexander Bartov</small></font></p>
160 </body>
161 </html>