JVCL Help:TJvExpress

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvLookOutPage
TJvExpress
run\JvLookOut.pas


Summary

A control that mimics the look of the sidebar in Microsoft® Outlook Express®.

run\JvLookOut.pas


Pascal

 run\JvLookOut.pas
 TJvExpress = class(TJvLookOutPage, IJvDenySubClassing);


Description

  1. JVCLInfo

Use a TJvExpress control when you need a sidebar control that displays a list of buttons in a manner similar to Microsoft® Outlook Express®. In a TJvExpress, buttons are arranged as a single list of buttons. When the number of buttons exceed the height of the control, scroll arrows are displayed as needed. The buttons in the control share a common size (set this with the ButtonHeight) property and they are always sized to fill the entire width of the TJvExpress.
TJvExpress is derived from TJvCustomOutlookPage and share many of its methods and properties but also adds support for displaying buttons and scroll arrows in another style.

run\JvLookOut.pas


About

Navigation

run\JvLookOut.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