[Overview][Types][Classes][Index] Reference for unit 'ExtendedStrings' (#lazutils)

TExtendedStringList.Delete

Deletes the item at the specified position.

Declaration

Source position: extendedstrings.pas line 54

public procedure TExtendedStringList.Delete(

  Index: Integer

); override;

Arguments

Index

  

Ordinal position for the item.

Description

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.

See also

TStringList.Delete


Version 4.0 Generated 2025-05-03 Home