Defines a base class for an ordered list based on the generic TList<TObject>.
Namespace: DataStructures
Delphi
|
type
TRSObjectOrderedList = class(TList<TObject>)
end;
|
|
Name
|
Description
|
|
Create
|
Creates the ordered list.
|
Top
|
|
Name
|
Description
|
|
Empty
|
Returns true if the ordered list is empty.
|
Top
|