TdxFastList Methods
An ordered list of untyped pointers.
Name | Description |
---|---|
Add |
Appends the specified pointer to the ordered pointer list. |
Add |
Appends the source ordered pointer list’s content to the current list. |
Assign |
Replaces the ordered pointer list’s content with pointers copied from the specified source. |
Assign |
|
Assign |
|
Clear | Clears the ordered pointer list. |
Delete |
Deletes the specified stored pointer. |
Delete |
Deletes a number of stored pointers, starting from the specified position within the list. |
Empty | Identifies whether the ordered pointer list is empty. |
Equals |
Inherited from TObject. |
Exchange |
Exchanges positions of the two specified pointers within the ordered pointer list. |
Expand | Expands the ordered pointer list’s capacity by a predefined amount. |
Extract |
Removes the specified stored pointer and returns it. |
Extract |
Returns a stored pointer by its index and removes it from the list. |
First | Returns the first stored pointer. |
Get |
Inherited from TObject. |
Get |
Returns a new TList object populated with all pointers stored in the ordered pointer list. |
Index |
Searches the specified pointer within the ordered pointer list. |
Insert |
Inserts a pointer at the specified position within the ordered pointer list. |
Insert |
|
Insert |
Inserts the source ordered pointer list’s content into the current list at the specified position. |
Last | Returns the last stored pointer. |
Move |
Rearranges a stored pointer within the ordered pointer list. |
Pack |
Removes redundant pointers from the list. |
Remove |
Removes the specified pointer from the ordered pointer list. |
Reverse | Inverts the order of pointers stored in the list. |
Sort |
|
Sort |
Sorts the stored pointers. |
Sort |
|
To |
Inherited from TObject. |
See Also