JVCL Help:TJvItemsPanel
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvItemsPanel Class
[+] JvItemsPanel.pas Classes
[+] TJvItemsPanel Events
[+] TJvItemsPanel Methods
[+] TJvItemsPanel Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvItemsPanel
run\JvItemsPanel.pas
Summary
Displays a list of "buttons" where each button is a string in a string list.
Pascal
run\JvItemsPanel.pas
TJvItemsPanel = class(TJvCustomPanel, IJvDenySubClassing);
Description
- JVCLInfo
TJvItemsPanel is a simple class that can divide its client area into buttons where each button receives a caption as determined by the Items property. If Items contains 6 strings, TJvItemsPanel displays 6 buttons, if Items contains 2 strings, TJvItemsPanel displays 2 buttons etc.
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