JVCL Help:TJvBevel
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBevel Class
[+] JvBevel.pas Classes
[+] TJvBevel Methods
[+] TJvBevel Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvBevel
run\JvBevel.pas
Summary
Bevel control with additional events and properties.
Pascal
run\JvBevel.pas
TJvBevel = class(TJvExBevel);
Description
- JVCLInfo
TJvBevel is a visual component that creates beveled boxes, frames, or lines. The bevel can appear raised or lowered. In additions to all the properties of TBevel the HintColor can be changed and various events can be monitored.
In addition to the usual events associated with the TControl descendants, OnMouseEnter and OnMouseLeave have been created. Their default action change and restore the HintColor.
To use TJvBevel:
- Drop the component on any control that accepts child controls.
- Set the Top, Left, Width and Height of the component with the mouse or through the ObjectInspector.
- Modify the Shapes, Style properties as you would do with TBevel.
- Create events if required.
- Select HintColor if required.
About
▼ TJvBevel
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