TsgInt64List.Remove

TsgInt64List

  Classes Reference > List Classes > TsgInt64List > Methods >

TsgInt64List.Remove

TsgInt64List

Previous pageReturn to chapter overviewNext page

Deletes a specified item from the Items array.

Syntax

function Remove(const AItem: Int64): Integer;

Description

Call Remove to remove a specific item from the Items array when its index is unknown. The value returned is the index of the item in the Items array before it was removed. After an item is removed, all the items that follow it are moved up in index position and the Count is reduced by one.

Go to CAD VCL Enterprise