dxBarHintWindowClass Variable
In This Article
Specifies a reference to the active hint window class.
#Declaration
Delphi
var dxBarHintWindowClass: TdxBarHintWindowClass = TdxBarHintWindow;
#Variable Value
Type | Description |
---|---|
Tdx |
The reference to the active hint window class. |
#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.
See Also