JCL Help:TWideStrings.Add

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Adds a WideString to the end of the list.


Pascal

 public function Add(const S: WideString): Integer; virtual;


Parameters

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


Return Value

Zero based index of the newly inserted WideString.


Description

Adds a WideString to the end of the list and returns the index of the new WideString.


See Also

Insert InsertObject Append 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