[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Objects' (#rtl)

TSortedCollection.Load

Instantiates a new instance of a TSortedCollectionand loads it from stream.

Declaration

Source position: objects.pp line 435

constructor TSortedCollection.Load(

  var S: TStream

);

Description

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.

Errors

None.

See also

TSortedCollection.Init

  

Instantiates a new instance of a TSortedCollection

TCollection.Done

  

Clean up collection, release all memory.