initial commit
[rofl0r-KOL.git] / main_twstrlistex.htm
blob6c8ee5e721e72c6a88debe0b6bef4ecd7ae2ee9a
1 <html>
2 <head>
3 <title>KOL Help: TWStrListEx 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>TWStrListEx( unit <a href=kol_pas.htm>KOL.pas</a> )
9 <font face="Wingdings">ï</font> <a href=twstrlist.htm>TWStrList</a>
10 <font face="Wingdings">ï</font> <a href=tobj.htm>TObj</a>
11 <font face="Wingdings">ï</font> <a href=_tobj.htm>_TObj</a>
12 </b></font></p>
13 <p><b>
14 TWStrListEx = object( <a href=twstrlist.htm target="_top">TWStrList</a> )
15 </b></p>
16 Extended Unicode string list (with <a href=#objects target="main">Objects</a>).
17 <h3 align="center"><font color="#FF8080">TWStrListEx properties</font></h3>
18 <a name="objects"></a>
19 <p>
20 <font face="Courier" color="#800080"><b>property</b> <font color="#808000"><b>Objects</b></font>[ Idx: <b>Integer</b> ]: <b>DWORD</b>;</font>
21 <br>
22 </p>
23 <h4 align="center"><font color="black">Properties, inherited from <a href="twstrlist.htm" target="_top">TWStrList</a></font></h4>
24 <h3 align="center"><font color="#FF8080">TWStrListEx methods</font></h3>
25 <a name="destroy"></a>
26 <p>
27 <font face="Courier" color="#800080"><b>destructor</b> <font color="#808000"><b>Destroy</b></font>; <b>virtual</b>;</font>
28 <br>
29 </p>
30 <a name="addwstrings"></a>
31 <p>
32 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>AddWStrings</b></font>( WL: PWStrListEx );</font>
33 <br>
34 </p>
35 <a name="assign"></a>
36 <p>
37 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Assign</b></font>( WL: PWStrListEx );</font>
38 <br>
39 </p>
40 <a name="clear"></a>
41 <p>
42 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Clear</b></font>;</font>
43 <br>
44 </p>
45 <a name="delete"></a>
46 <p>
47 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Delete</b></font>( Idx: <b>Integer</b> );</font>
48 <br>
49 </p>
50 <a name="move"></a>
51 <p>
52 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Move</b></font>( IdxOld, IdxNew: <b>Integer</b> );</font>
53 <br>
54 </p>
55 <a name="addobject"></a>
56 <p>
57 <font face="Courier" color="#800080"><b>function</b> <font color="#808000"><b>AddObject</b></font>( <b>const</b> S: WideString; Obj: <b>DWORD</b> ): <b>Integer</b>;</font>
58 <br>
59 Adds a string and associates given number with it. Index of the item added
60 is returned.
61 </p>
62 <a name="insertobject"></a>
63 <p>
64 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>InsertObject</b></font>( Before: <b>Integer</b>; <b>const</b> S: WideString; Obj: <b>DWORD</b> );</font>
65 <br>
66 Inserts a string together with object associated.
67 </p>
68 <a name="indexofobj"></a>
69 <p>
70 <font face="Courier" color="#800080"><b>function</b> <font color="#808000"><b>IndexOfObj</b></font>( Obj: <b>Pointer</b> ): <b>Integer</b>;</font>
71 <br>
72 Returns an index of a string associated with the object passed as a
73 parameter. If there are no such strings, -1 is returned.
74 </p>
75 <h4 align="center"><font color="black">Methods, inherited from <a href="twstrlist.htm" target="_top">TWStrList</a></font></h4>
76 <h3 align="center"><font color="#FF8080">TWStrListEx events</font></h3>
77 <h4 align="center"><font color="black">Events, inherited from <a href="twstrlist.htm" target="_top">TWStrList</a></font></h4>
78 <h3 align="center"><font color="#FF8080">TWStrListEx fields</font></h3>
79 <h4 align="center"><font color="black">Fields, inherited from <a href="twstrlist.htm" target="_top">TWStrList</a></font></h4>
80 <hr>
81 <p align="center">[&nbsp;<a href=index.htm>Index</a>&nbsp;]</p>
82 <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>
83 </body>
84 </html>