TSignalWriteList.Delete Method

procedure Delete(Index: Integer);

Deletes the item from the list.

#NameTypeDescription
1IndexIntegerstart index

Result: stored in self (calling object)

Remarks:

Deletes the item at position Index from the List and frees the object.