[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Instantiates a new instance of a TSortedCollectionand loads it from stream.
Source position: objects.pp line 435
constructor TSortedCollection.Load( |
var S: TStream |
); |
Loadcalls the inherited constuctor (see TCollection.Load) and reads the Duplicatesflag from the stream..
You should not call this method directly, since TSortedCollectionis a abstract class. Instead, the descendent classes should call it via the inheritedkeyword.
For an example, see TCollection.Load.
None.
|
Instantiates a new instance of a TSortedCollection |
|
|
Clean up collection, release all memory. |