JVCL Help:TJvItemsPanel

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvItemsPanel
run\JvItemsPanel.pas


Summary

Displays a list of "buttons" where each button is a string in a string list.

run\JvItemsPanel.pas


Pascal

 run\JvItemsPanel.pas
 TJvItemsPanel = class(TJvCustomPanel, IJvDenySubClassing);


Description

  1. 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.

run\JvItemsPanel.pas


About

Navigation

run\JvItemsPanel.pas



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