TdxBarHintWindow Class
A window designed to display hints.
Declaration
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