Skip to main content

TdxSpreadSheetEditHyperlinkDialogForm Class

The form class that implements the “Insert Hyperlink” and “Edit Hyperlink” dialogs in spreadsheet controls.

Declaration

TdxSpreadSheetEditHyperlinkDialogForm = class(
    TdxForm
)

Remarks

The “Insert Hyperlink” and “Edit Hyperlink” dialogs include UI elements required to edit hyperlink settings.

A click on the “Hyperlink…” or “Edit Hyperlink…” item in a worksheet context menu calls the ShowHyperlinkEditorDialog procedure to invoke the “Insert Hyperlink” or “Edit Hyperlink” dialog, respectively.

If you need to adjust or customize UI elements in the “Insert Hyperlink” and “Edit Hyperlink” dialogs, derive a custom form from the TdxSpreadSheetEditHyperlinkDialogForm class. Assign a reference to the custom dialog form class to the dxSpreadSheetEditHyperlinkDialogClass global variable to replace both standard dialogs available in spreadsheet controls.

See Also