1
vote

Implementing Custom Hint For Each Panel on a Status Bar
Zarko Gajic
– As the Help states, The TStatusBar Delphi control displays a row of panels, usually aligned at the bottom of a form. Each panel is represented by a TStatusPanel object listed in the Panels property. Much like any other VCL control, the TStatusBar can be adopted and extended to offer greater functionality. A simple case would be to use the status bar to display long hints from other controls. What does not come out of the box is the possibility to have each panel on a status bar display its own hint (tooltip) when the mouse “stops” over a panel. Even though the TStatusBar provides ...
Statistics
|
Visits by Source |
User Actions |