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

TSortedCollection.Init

Instantiates a new instance of a TSortedCollection

Declaration

Source position: objects.pp line 442

constructor TSortedCollection.Init(

  ALimit: Sw_Integer;

  ADelta: Sw_Integer

);

Description

Init calls the inherited constructor (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.

Errors

None.

See also

TSortedCollection.Load

  

Instantiates a new instance of a TSortedCollection and loads it from stream.

TCollection.Done

  

Clean up collection, release all memory.


Documentation generated on: May 14 2021