Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxScreenTip.UseHintAsHeader Property

Specifies whether header information is provided by the control’s Hint property.

#Declaration

Delphi
property UseHintAsHeader: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Generally, information in the ScreenTip’s header section is specified via the ScreenTip’s Header property. To avoid repetition if there is no specific header information, you can show a hint message here (specified by the control’s Hint property). To do this, set the UseHintAsHeader property to True.

The default value of the UseHintAsHeader property is False.

See Also