TsgIntegerList.AppendArray

TsgIntegerList

  Classes Reference > List Classes > TsgIntegerList > Methods >

TsgIntegerList.AppendArray

TsgIntegerList

Previous pageReturn to chapter overviewNext page

Appends an array of the integer numbers to this list.

Syntax

procedure AppendArray(const NewItems: array of Integer); overload;

procedure AppendArray(const NewItems: array of Integer; NewItemsAddCount: Integer); overload;

Description

Call AppendArray to append an array of the integer numbers to this list.

Go to CAD VCL Enterprise