JVCL Help:TJvRollOut
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvRollOut Class
[+] JvRollOut.pas Classes
[+] TJvRollOut Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomRollOut
TJvRollOut
run\JvRollOut.pas
Summary
A control that acts like a pane but can also alter its height or width to predefined values.
Pascal
run\JvRollOut.pas
TJvRollOut = class(TJvCustomRollOut);
Description
- JVCLInfo
Use a TJvRollOut when screen real-estate is at a premium or if the form contains a multitude of controls that can be logically grouped and where each group doesn't have to be visible at the same time as other groups. The rollout also has a button that is used at runtime to expand and collapse the control.
To use a TJvRollOut, drop it on a form and:
- SetPlacement to specify in what direction the control expands and collapses and where the button is located.
- SetCollapsed to true and adjust the rollout's width and height to define its collapsed size.
- SetCollapsed to false and adjust the rollout's width and height to define its expanded size.
- When Collapsed is false, drop other visual controls on the surface of the rollout. These controls will only be visible while the rollout is expanded.
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