Class TfrmGenListList (unit LstWiz) |
TObject
--------------------------------------------------------------------} { Class List Object created by List Generater. } {--------------------------------------------------------------------
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
while } {======================================================================== Class: TfrmGenListList Note: This list object uses an agressive memory conservation model, meaning that the list frees the objects on the list from memory whenever the item is removed from the list. You can change this behavior to a passive model as employed by Borland's VCL library by making appropriate changes to the Delete method. =========================================================================} {--------------------------------------------------------------------} { Initializes the List Object. } {--------------------------------------------------------------------
Functions |
Get Count } {--------------------------------------------------------------------} { Adds a new item to the list. } {--------------------------------------------------------------------
Insert } {--------------------------------------------------------------------} { Frees up memory and empties the list. } {--------------------------------------------------------------------
Clear } {--------------------------------------------------------------------} { Deletes an item from the list. } {--------------------------------------------------------------------
Create } {--------------------------------------------------------------------} { Destroys the List Object. } {--------------------------------------------------------------------
Add } {--------------------------------------------------------------------} { Inserts a new item into the list. } {--------------------------------------------------------------------
Get Items } {--------------------------------------------------------------------} { Returns number of items on the list. } {--------------------------------------------------------------------
Destroy } {--------------------------------------------------------------------} { Returns requested item in list. } {--------------------------------------------------------------------
Properties |
Events |
Variables |