TsgInt64List.AppendArray

TsgInt64List

  Classes Reference > List Classes > TsgInt64List > Methods >

TsgInt64List.AppendArray

TsgInt64List

Previous pageReturn to chapter overviewNext page

Appends an array of 64-bit signed integer numbers to this list.

Syntax

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

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

Description

Call AppendArray to append an array of 64-bit signed integer numbers to this list.

Go to CAD VCL Enterprise