3 <title>KOL Help: TListEx object (main frame)
</title>
7 <body bgcolor=
"#FFFFEF" text=
"#000000" link=
"#008080" vlink=
"#008000" alink=
"#808000">
8 <p><font face=
"Courier" color=
"#800080"><b>TListEx( 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>
13 TListEx = object(
<a href=tobj.htm
target=
"_top">TObj
</a> )
15 Extended list, with Objects[ ] property. Created calling
<a href=kol_pas.htm#newlistex
target=
"_top">NewListEx
</a> function.
16 <h3 align=
"center"><font color=
"#FF8080">TListEx properties
</font></h3>
19 <font face=
"Courier" color=
"#800080"><b>property
</b> <font color=
"#808000"><b>AddBy
</b></font>:
<b>Integer
</b>;
</font>
24 <font face=
"Courier" color=
"#800080"><b>property
</b> <font color=
"#808000"><b>Items
</b></font>[ Idx:
<b>Integer
</b> ]:
<b>Pointer
</b>;
</font>
29 <font face=
"Courier" color=
"#800080"><b>property
</b> <font color=
"#808000"><b>Count
</b></font>:
<b>Integer
</b>;
</font>
30 <font face=
"Webdings" size=
7>Ñ</font>
33 <a name=
"itemslist"></a>
35 <font face=
"Courier" color=
"#800080"><b>property
</b> <font color=
"#808000"><b>ItemsList
</b></font>:
<a href=kol_pas.htm#plist
target=
"_top">PList
</a>;
</font>
36 <font face=
"Webdings" size=
7>Ñ</font>
39 <a name=
"objlist"></a>
41 <font face=
"Courier" color=
"#800080"><b>property
</b> <font color=
"#808000"><b>ObjList
</b></font>:
<a href=kol_pas.htm#plist
target=
"_top">PList
</a>;
</font>
42 <font face=
"Webdings" size=
7>Ñ</font>
45 <h4 align=
"center"><font color=
"black">Properties, inherited from
<a href=
"tobj.htm" target=
"_top">TObj
</a></font></h4>
46 <h3 align=
"center"><font color=
"#FF8080">TListEx methods
</font></h3>
47 <a name=
"destroy"></a>
49 <font face=
"Courier" color=
"#800080"><b>destructor
</b> <font color=
"#808000"><b>Destroy
</b></font>;
<b>virtual
</b>;
</font>
54 <font face=
"Courier" color=
"#800080"><b>procedure
</b> <font color=
"#808000"><b>Clear
</b></font>;
</font>
59 <font face=
"Courier" color=
"#800080"><b>procedure
</b> <font color=
"#808000"><b>Add
</b></font>( Value:
<b>Pointer
</b> );
</font>
64 <font face=
"Courier" color=
"#800080"><b>procedure
</b> <font color=
"#808000"><b>AddObj
</b></font>( Value, Obj:
<b>Pointer
</b> );
</font>
69 <font face=
"Courier" color=
"#800080"><b>procedure
</b> <font color=
"#808000"><b>Insert
</b></font>( Idx:
<b>Integer
</b>; Value:
<b>Pointer
</b> );
</font>
72 <a name=
"insertobj"></a>
74 <font face=
"Courier" color=
"#800080"><b>procedure
</b> <font color=
"#808000"><b>InsertObj
</b></font>( Idx:
<b>Integer
</b>; Value, Obj:
<b>Pointer
</b> );
</font>
79 <font face=
"Courier" color=
"#800080"><b>procedure
</b> <font color=
"#808000"><b>Delete
</b></font>( Idx:
<b>Integer
</b> );
</font>
82 <a name=
"deleterange"></a>
84 <font face=
"Courier" color=
"#800080"><b>procedure
</b> <font color=
"#808000"><b>DeleteRange
</b></font>( Idx, Len:
<b>Integer
</b> );
</font>
87 <a name=
"indexof"></a>
89 <font face=
"Courier" color=
"#800080"><b>function
</b> <font color=
"#808000"><b>IndexOf
</b></font>( Value:
<b>Pointer
</b> ):
<b>Integer
</b>;
</font>
92 <a name=
"indexofobj"></a>
94 <font face=
"Courier" color=
"#800080"><b>function
</b> <font color=
"#808000"><b>IndexOfObj
</b></font>( Obj:
<b>Pointer
</b> ):
<b>Integer
</b>;
</font>
99 <font face=
"Courier" color=
"#800080"><b>procedure
</b> <font color=
"#808000"><b>Swap
</b></font>( Idx1, Idx2:
<b>Integer
</b> );
</font>
102 <a name=
"moveitem"></a>
104 <font face=
"Courier" color=
"#800080"><b>procedure
</b> <font color=
"#808000"><b>MoveItem
</b></font>( OldIdx, NewIdx:
<b>Integer
</b> );
</font>
109 <font face=
"Courier" color=
"#800080"><b>function
</b> <font color=
"#808000"><b>Last
</b></font>:
<b>Pointer
</b>;
</font>
112 <a name=
"lastobj"></a>
114 <font face=
"Courier" color=
"#800080"><b>function
</b> <font color=
"#808000"><b>LastObj
</b></font>:
<b>Pointer
</b>;
</font>
117 <h4 align=
"center"><font color=
"black">Methods, inherited from
<a href=
"tobj.htm" target=
"_top">TObj
</a></font></h4>
118 <h3 align=
"center"><font color=
"#FF8080">TListEx events
</font></h3>
119 <h4 align=
"center"><font color=
"black">Events, inherited from
<a href=
"tobj.htm" target=
"_top">TObj
</a></font></h4>
120 <h3 align=
"center"><font color=
"#FF8080">TListEx fields
</font></h3>
121 <h4 align=
"center"><font color=
"black">Fields, inherited from
<a href=
"tobj.htm" target=
"_top">TObj
</a></font></h4>
123 <p align=
"center">[
<a href=index.htm
>Index
</a> ]
</p>
124 <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>