procedure Delete(Index: integer);

 

Description

Removes the item at the position given by the Index parameter. Delete frees the object in addition to removing it from the list.

Call Delete to remove the item at a specific position from the list. The index is zero-based, so the first item has an index value of 0, the second item has an index value of 1, and so on. Calling Delete moves up all items in the Items array that follow the deleted item, and reduces the Count.

 

See also

Remove

Items

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support