[Overview][Classes][Index] Reference for unit 'IntegerList' (#lazutils)

Reference for unit 'IntegerList'

Provides lists for Integer data types implemented using generics.

uses

  System,

  fgl;

Overview

integerlist.pas contains a list for Integer values implemented using generics, and provides the same methods and properties for Integer types as provided for String types in TStringList. Specializations are provided for the Byte, Word, Cardinal, Integer, and Int64 types. Each provides an overloaded Sort method to ensure that the type for the specialization is handled in the method.

integerlist.pas is part of the LazUtils package.


Version 3.2 Generated 2024-02-25 Home