JVCL Help:TJvBevel

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvBevel
run\JvBevel.pas


Summary

Bevel control with additional events and properties.

run\JvBevel.pas


Pascal

 run\JvBevel.pas
 TJvBevel = class(TJvExBevel);


Description

  1. 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.

run\JvBevel.pas


About

Navigation

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