Back to Devexpress

dxBarHintWindowClass Variable

vcl-dxbar-7f7596f5.md

latest677 B
Original Source

dxBarHintWindowClass Variable

Specifies a reference to the active hint window class.

Declaration

delphi
var dxBarHintWindowClass: TdxBarHintWindowClass = TdxBarHintWindow;

Variable Value

TypeDescription
TdxBarHintWindowClass

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

TdxBarHintWindow Class

dxBar Unit