JVCL Help:TJvCustomListBox.ItemsShowing

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

Search in JVCL Help

 
Search in all projects
 

Summary

The list of strings the list box currently displays.


Pascal

 functionItemsShowing: TStrings; virtual;


Description

ItemsShowing contains all the strings of the items the list box will display. The method either returns the same reference as the Items property or a reference to a virtual TStrings instance that references the currently selected provider. If a provider is selected, ItemsShowing should be considered read-only (and in fact does not allow any changes at all), otherwise it's the same as using the Items property.


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