JCL Help:TWideStrings.AddObject

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Adds a WideString and associated object to the end of the list.


Pascal

 public function AddObject(const S: WideString; AObject: TObject): Integer; virtual;


Parameters

Parameters Description
const S: WideString The WideString to add to the end of the list.
AObject: TObject The object to associate with the WideString. You can later retrieve the object by using the Objects property.


Return Value

Zero based index at which the object is inserted.


Description

AddObject adds a WideString to the end of the list and associates an object with the WideString.


See Also

Insert InsertObject Append Add


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