JCL Help:TWideStrings.Insert

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Inserts a WideString at a specific position.


Pascal

 public procedure Insert(Index: Integer; const S: WideString); virtual; abstract;


Parameters

Parameters Description
Index: Integer The zero based index at which to insert the new string.
const S: WideString The string to insert at the specified position.


Description

Abstract method implemented by descendants to insert a WideString at a specific position within the list. Index denotes the zero based position at which to insert, specifying 0 will insert at the beginning (first position) of the list, 1 will insert at the second position etc.


See Also

InsertObject Add AddObject Append


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