JVCL Help:TJvCustomListBox.ItemsShowing
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomListBox.ItemsShowing Method
[+] TJvCustomListBox Events
[+] TJvCustomListBox Methods
[+] TJvCustomListBox Properties
Search in JVCL Help
Search in all projectsSummary
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