The Delete method removes the token at the position given by the Index parameter. Call Delete to remove the token at a specific position from the list. The index is zero-based, so the first token has an Index value of 0, the second token has an Index value of 1, and so on. Calling Delete moves up all items in the list that follow the deleted token, and reduces the ValueCount.
Namespace: CommonInterfaces
Delphi |
public |
Parameters
Index
Type: Integer