[Overview][Types][Classes][Index] |
Deletes the item at the specified position.
Source position: extendedstrings.pas line 54
public procedure TExtendedStringList.Delete( |
Index: Integer |
); override; |
Index |
|
Ordinal position for the item. |
Delete is an overridden procedure used to delete the item at the specified position in the string list. Delete ensures that memory allocated in Records is freed by calling FreeRecord using the position in Index. Delete calls the inherited Delete method.
Version 4.0 | Generated 2025-05-03 | Home |