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

TdxSpreadSheetHyperlink.ScreenTip Property

Specifies the tip displayed by the current hyperlink.

#Declaration

Delphi
property ScreenTip: string read; write;

#Property Value

Type
string

#Remarks

Use this property to assign or modify a screen tip text displayed by the hyperlink when the mouse pointer is positioned above its hot area.

Both the Value property value and the sdxDefaultHyperlinkScreenTip resource string are used as the default ScreenTip property value:

If a new value is assigned to the ScreenTip property, the havScreenTip flag is added to the AssignedValues property value.

See Also