JVCL Help:TJvComboListBox.InsertText

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Inserts a string into the Items list.


Pascal

 procedureInsertText(Index: Integer; constS: string);


Parameters

Parameters Description
Index: Integer The index where the string should be inserted.
const S: string the string to insert.


Description

Call InsertText to insert a string at the specified location.


About

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