JVCL Help:TJvCaptionPanel
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCaptionPanel Class
[+] JvCaptionPanel.pas Classes
[+] TJvCaptionPanel Events
[+] TJvCaptionPanel Methods
[+] TJvCaptionPanel Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCaptionPanel
run\JvCaptionPanel.pas
Summary
A panel with a caption bar.
Pascal
run\JvCaptionPanel.pas
TJvCaptionPanel = class(TJvCustomPanel, IJvDenySubClassing);
Description
- JVCLInfo
TJvCaptionPanel is a panel with a caption bar so it looks like a form. The caption panel will contain the caption of the panel along with 0 or more caption buttons.
To use a panel with a caption in your form:
- Drop a TJvCaptionPanel on the form or any control that accepts child controls.
- Set the caption of the panel.
- Specify the caption buttons the panel should have.
- Specify the color of the caption bar.
- Specify the font of the caption bar.
- Specify the position of the caption bar.
- Specify if flat buttons are needed.
- Assign an OnButtonClick event handler to take action when a caption button is clicked.
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