Unit 'Objects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TCollection.SetLimit

Set maximum number of elements in the collection.

Declaration

Source position: objects.pp line 465

procedure TCollection.SetLimit(

  ALimit: Sw_Integer

); virtual;

Description

SetLimit sets the maximum number of elements in the collection. ALimit must not be less than Count, and should not be larger than MaxCollectionSize

For an example, see Pack.

Errors

None.

See also

TCollection.Init

  

Instantiate a new collection.


Documentation generated on: Jul 24 2023