JCL Help:TWideStrings.Append

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Appends a WideString to the list.


Pascal

 public procedure Append(const S: WideString);


Parameters

Parameters Description
const S: WideString The WideString to add to the list.


Description

Appends a WideString to the list. This method is identical to the Add method except that it does not return the index at which the WideString was inserted. Use this method rather than Add when the index is not needed or for descendant classes for which the index does not have any meaning.


See Also

Insert InsertObject Add AddObject


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