Search results
- Classes. ... TList , which stores an array of pointers, is often used to maintain lists of objects. TList introduces properties and methods to ...1 KB (100 words) - 11:04, 30 August 2013
- Classes. Description: ifeq: | System. ... TList. Count. System. Classes. TList. Count. Indicates the number of entries in the list that are in use. ...2 KB (149 words) - 03:32, 10 February 2014
- Description: ifeq: | System. ... Classes. TList. ... Note: Items is the default property for TList . This means you can omit the property name. ...2 KB (177 words) - 03:32, 10 February 2014
- Classes. Description: ifeq: | System. ... TList. Delete. System. Classes. TList. Delete. Removes the item at the position given by the Index parameter. ...2 KB (149 words) - 16:11, 16 October 2011
- Description: Classes. TList. ... Specifies the allocated size of the array of pointers maintained by the TList object. Set Capacity to the number ...2 KB (253 words) - 16:58, 16 October 2011
- Classes. Description: ifeq: | System. ... TList. Pack. System. Classes. TList. Pack. Deletes all nil (Delphi) or NULL (C++) items from the Items array. ...1 KB (109 words) - 03:32, 10 February 2014
- Classes. Description: ifeq: | System. ... TList. Clear. System. Classes. TList. Clear. Deletes all items from the list. Call Clear to empty the Items ...892 bytes (57 words) - 17:23, 16 October 2011
- Classes. Description: ifeq: | System. ... TList. Remove. System. Classes. TList. Remove. Deletes the first reference to the Item parameter from the Items ...1 KB (118 words) - 03:32, 10 February 2014
- Classes. Description: ifeq: | System. ... TList. Add | | System. Classes. TList. Add. Inserts a new item at the end of the list. Call Add to insert a new ...1 KB (112 words) - 03:32, 10 February 2014
- Classes. Description: ifeq: | System. ... TList. Insert. System. Classes. TList. Insert. Adds an object to the Items array at the position specified by ...1 KB (127 words) - 16:23, 16 October 2011
- head-list.196 bytes (2 words) - 21:21, 1 December 2011
- head-list.204 bytes (2 words) - 13:14, 9 April 2012
- Classes. Description: ifeq: | System. ... TList. List. System. Classes. TList. List. Specifies the array of pointers that make up the Items array. ...556 bytes (38 words) - 16:10, 16 October 2011
- Classes. Description: ifeq: | System. ... TList. Exchange. System. Classes. TList. Exchange. Swaps the position of two items in the Items array. ...848 bytes (76 words) - 16:11, 16 October 2011
- Classes. Description: ifeq: | System. ... TList. First. System. Classes. TList. First. Returns Items 0. Call First to get the first pointer in the Items ...559 bytes (32 words) - 16:43, 16 October 2011
- Classes. Description: ifeq: | System. ... TList. Last. System. Classes. TList. Last. Returns Items Count - 1. Call Last to retrieve the last pointer in ...767 bytes (40 words) - 03:32, 10 February 2014
- Classes. Description: ifeq: | System. ... TList. Move. System. Classes. TList. Move. Changes the position of an item in the Items array. Call Move to move ...875 bytes (57 words) - 16:56, 16 October 2011
- Classes. Description: ifeq: | System. ... TList. Sort. System. Classes. TList. Sort. Performs a QuickSort on the list based on the comparison function ...777 bytes (59 words) - 03:33, 10 February 2014
- Classes. Description: ifeq: | System. ... TList. IndexOf. System. Classes. TList. IndexOf. Returns the index of the first entry in the Items array with a ...1 KB (106 words) - 03:32, 10 February 2014
- Classes. Description: ifeq: | System. ... TList. Extract. System. Classes. TList. Extract. Removes a specified item from the list. Call Extract to remove ...1 KB (94 words) - 17:19, 16 October 2011