JVCL Help:TJvCustomRollOut

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomRollOut
TJvRollOut
run\JvRollOut.pas


Summary

Base class for panels that can have their size collapsed and expanded.

run\JvRollOut.pas


Pascal

 run\JvRollOut.pas
 TJvCustomRollOut = class(TJvCustomPanel);


Description

Derive a new control from TJvCustomRollOut when you need a panel-like control that can be easily expanded and collapsed. To drop a control on a form, don't use TJvCustomRollOut. Instead, use a control that publishes all properties and events of TJvCustomRollOut, like TJvRollOut.

run\JvRollOut.pas


About

Navigation

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