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

TSortedCollection.Init

Instantiates a new instance of a TSortedCollection

Declaration

Source position: objects.pp line 434

constructor TSortedCollection.Init(

  ALimit: Sw_Integer;

  ADelta: Sw_Integer

);

Description

Initcalls the inherited constuctor (see TCollection.Init) and sets the Duplicatesflag to false.

You should not call this method directly, since TSortedCollectionis a abstract class. Instead, the descendent classes should call it via the inheritedkeyword.

Errors

None.

See also

TSortedCollection.Load

  

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

TCollection.Done

  

Clean up collection, release all memory.