TdxFastObjectList Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tdx |
Create |
Creates an empty ordered pointer list.
Inherited from Tdx |
#Properties
Name | Description |
---|---|
Capacity |
Specifies the pointer list’s capacity.
Inherited from Tdx |
Count |
Specifies the number of pointers stored in the list.
Inherited from Tdx |
Items | |
List |
Returns a pointer to an array of pointers populated with the pointers stored in the ordered pointer list.
Inherited from Tdx |
Owns |
#Methods
Name | Description |
---|---|
Add |
Appends the specified pointer to the ordered pointer list.
Inherited from Tdx |
Add |
|
Add |
Appends the source ordered pointer list’s content to the current list.
Inherited from Tdx |
Assign |
Replaces the ordered pointer list’s content with pointers copied from the specified source.
Inherited from Tdx |
Assign |
Inherited from Tdx |
Assign |
Inherited from Tdx |
Clear |
Clears the ordered pointer list.
Inherited from Tdx |
Delete |
|
Delete |
|
Empty |
Identifies whether the ordered pointer list is empty.
Inherited from Tdx |
Equals |
Inherited from TObject. |
Exchange |
Exchanges positions of the two specified pointers within the ordered pointer list.
Inherited from Tdx |
Expand |
Expands the ordered pointer list’s capacity by a predefined amount.
Inherited from Tdx |
Extract |
Removes the specified stored pointer and returns it.
Inherited from Tdx |
Extract |
|
Extract |
Returns a stored pointer by its index and removes it from the list.
Inherited from Tdx |
Extract |
|
First | |
Get |
Inherited from TObject. |
Get |
Returns a new TList object populated with all pointers stored in the ordered pointer list.
Inherited from Tdx |
Index |
Searches the specified pointer within the ordered pointer list.
Inherited from Tdx |
Index |
|
Insert |
Inserts a pointer at the specified position within the ordered pointer list.
Inherited from Tdx |
Insert |
Inherited from Tdx |
Insert |
|
Insert |
Inserts the source ordered pointer list’s content into the current list at the specified position.
Inherited from Tdx |
Last | |
Move |
Rearranges a stored pointer within the ordered pointer list.
Inherited from Tdx |
Pack |
Removes redundant pointers from the list.
Inherited from Tdx |
Remove |
Removes the specified pointer from the ordered pointer list.
Inherited from Tdx |
Remove |
|
Reverse |
Inverts the order of pointers stored in the list.
Inherited from Tdx |
Sort |
Inherited from Tdx |
Sort |
Sorts the stored pointers.
Inherited from Tdx |
Sort |
Inherited from Tdx |
To |
Inherited from TObject. |
See Also