TsgBaseList.Delete
Removes the item(s) at the position given by the AIndex parameter (starting at position given by the AIndex parameter in the amount of DelCount parameter value).
Syntax
procedure Delete(const AIndex: Integer); overload;
procedure Delete(const Index: Integer; DelCount: Integer); overload;
Description
Call Delete to remove the item(s) at a specific position from the list.
Go to CAD VCL Enterprise