TdxBarHintWindow Class
In This Article
A window designed to display hints.
#Declaration
Delphi
TdxBarHintWindow = class(
TcxBaseHintWindow
)
#Remarks
To display custom hints for toolbar items in your applications, derive a custom class from TdxBarHintWindow
and assign a reference to it to the dxBarHintWindowClass global variable.
#Inheritance
See Also