| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Instantiates a new instance of a TSortedCollection
Source position: objects.pp line 437
constructor TSortedCollection.Init(  | 
ALimit: Sw_Integer;  | 
ADelta: Sw_Integer  | 
);  | 
Init calls the inherited constuctor (see TCollection.Init) and sets the Duplicates flag to false.
You should not call this method directly, since TSortedCollection is a abstract class. Instead, the descendent classes should call it via the inherited keyword.
None.
  | 
Instantiates a new instance of a TSortedCollection and loads it from stream.  | 
|
  | 
Clean up collection, release all memory.  |