TdxFastList.Remove(Pointer) Method
In This Article
Removes the specified pointer from the ordered pointer list.
#Declaration
#Parameters
Name | Type |
---|---|
AItem | Pointer |
#Returns
Type |
---|
Integer |
#Remarks
Call this function and pass a pointer as the AItem parameter to remove the matching stored pointer from the list. The Remove function returns -1 if the list contains no such pointer; otherwise, deletes the pointer and returns its index within the list.
Note
The Remove function calls the Index
See Also