JCL Help:TWideStrings.Delete

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Deletes the item at a specified position.


Pascal

 public procedure Delete(Index: Integer); virtual; abstract;


Parameters

Parameters Description
Index: Integer Zero based index of the WideString to delete from the list.


Description

Delete is an abstract method implemented by descendant classes to delete an item at a specified position from the list. If the WideString has an associated object, the reference to that object is deleted as well.


About

Donator

Mike Lischke


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page