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 Class

A hyperlink bound to a cell (cell range) or floating container in a Table View worksheet.

#Declaration

Delphi
TdxSpreadSheetHyperlink = class(
    TcxDoublyLinkedObject
)

#Remarks

A hyperlink represents a link to another document or website, activated by clicking on the highlighted text or image. A TdxSpreadSheetHyperlink object corresponds to a single hyperlink created in a Table View worksheet.

This class extends its ancestor with the following members that allow you to:

  • Assign an external or internal reference (Value);

  • Set a tip displayed when the mouse pointer hovers over a hyperlink (ScreenTip);

  • Set an anchor text (DisplayText);

  • Identify the actual hyperlink type (ValueType);

  • Obtain the hyperlink’s hot area (Area);

  • Identify if a cell is in the hyperlink’s hot area (Contains);

  • Identify if the hyperlink’s hot area is valid (IsAreaCorrect);

  • Identify the hyperlink’s index in the Table View worksheet’s hyperlink collection (Index);

  • Identify which hyperlink settings have changed (AssignedValues);

  • Programmatically activate a hyperlink (Execute);

  • Access the previous and next hyperlinks in the hyperlink collection (Prev and Next).

A TdxSpreadSheetHyperlink object is referenced by:

#Inheritance

TObject
TcxDoublyLinkedObject
TdxSpreadSheetHyperlink
See Also