Skip to main content

TdxScreenTip.UseHintAsHeader Property

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

Declaration

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