Skip to main content

TdxSpreadSheetHyperlink Class

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

Declaration

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