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