The methods of the TSortedList class are listed here.
|
Method |
Description |
|
Adds new item. Returns index at which the item was inserted. | |
|
Removes all items. | |
|
OwnObjects specifies whether objects will be destroyed after removing from the list. | |
|
Removes item at the specified index. | |
|
The destructor frees all resources allocated by the current object. | |
|
Returns item with the specified identifier Pos. | |
|
Returns index of the item with the specified identifier Pos. If there is not item with Pos identifier result value is -1. | |
|
Returns index of the item position of which is less or equal to Pos. | |
|
Removes specified item from the list. |
|
Method |
|
virtual |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|