JVCL Help:TJvStatusBar

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvStatusBar
run\JvStatusBar.pas


Summary

Supports extended features such as hot tracking, and accepts controls dropped on it at design time.

run\JvStatusBar.pas


Pascal

 run\JvStatusBar.pas
 TJvStatusBar = class(TJvExStatusBar);


Description

  1. JVCLInfo

TJvStatusBar is a class derived from TStatusBar that supports extended features such as hot tracking, and accepts controls dropped on it at design time.
Use a TJvStatusBar if you want a status bar that enables hot tracking, or where you can place controls on.
You can use OnMouseEnter and OnMouseLeave to alter the status bar's look or behavior, when the user moves the mouse pointer over the control.
Property HintColor can be used to set a different color of the Help hint boxes for the status bar.

run\JvStatusBar.pas


About

Navigation

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