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

TdxSpreadSheetHyperlinkValueType Enum

Enumerates available hyperlink reference types.

#Declaration

Delphi
TdxSpreadSheetHyperlinkValueType = (
    hvtFileOrWebPage,
    hvtReference,
    hvtEMail
);

#Members

Name

#Remarks

Options include:

Value

Description

hvtFileOrWebPage

An external hyperlink type whose reference is an ordinary URL (that is, starts with the file, ftp, http, and https schemes).

hvtReference

An internal hyperlink type whose target is within the same spreadsheet document.

hvtEMail

A hyperlink allows users to invoke the default mail client and send emails to a specific address. The hyperlink’s reference always starts with the dxEmailHyperlinkMailtoPrefix global constant.

A hyperlink’s ValueType property references the TdxSpreadSheetHyperlinkAssignedValue type.

See Also