TList |
Field | Param(s) | Type |
Count | - | Integer |
Items(Max_It) | - | Ptr |
Add | Self As TList , Item As Any Ptr | SUB |
Clear | Self As TList | SUB |
Delete | Self As TList , byval Index As Integer | SUB |
Exchange | Self As TList , byval Index1 As Integer , byval Index2 As Integer | SUB |
Free | Self As TList | SUB |
IndexOf | Self As TList , Item As Any Ptr | FUNCTION |
Insert | Self As TList , byval Index As Integer , Item As Any Ptr | SUB |
| |