JVCL Help:TJvComboListBox.AddText

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

Search in JVCL Help

 
Search in all projects
 

Summary

Adds a string to the list box.


Pascal

 functionAddText(constS: string): Integer;


Parameters

Parameters Description
const S: string The string to add.


Return Value

Returns the index of the item in the Items list.


Description

Use AddText to add a string to the Items list. AddText is a helper function and is equivalent to calling Items.Add.


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