JCL Help:TWideStrings.InsertObject

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Inserts a WideString at a specified position and associates it with an object.


Pascal

 public procedure InsertObject(Index: Integer; const S: WideString; AObject: TObject);


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.
AObject: TObject The object to associate with the string.


Description

InsertObject inserts the supplied string at the specified position in the list and associates the supplied object with it. 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.


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