Skip to main content

Create(Integer) Constructor

Creates an empty ordered pointer list.

Declaration

constructor Create(ACapacity: Integer = 0);

Parameters

Name Type Description
ACapacity Integer

The nmaximum number of stored items.

Remarks

Call this constructor and pass a required initial capacity as the ACapacity parameter to create a new ordered pointer list.

See Also