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

TdxSpreadSheetHyperlinkAssignedValue Enum

Enumerates the individual hyperlink setting flags available in the Spreadsheet control.

#Declaration

Delphi
TdxSpreadSheetHyperlinkAssignedValue = (
    havDisplayText,
    havScreenTip,
    havValue,
    havExecuted
);

#Members

Name

#Remarks

Options include:

Value

Description

havDisplayText

This flag is added to the hyperlink’s AssignedValues set when an anchor text is assigned to the DisplayText property.

havScreenTip

This flag is added to the hyperlink’s AssignedValues property when a value is assigned to the ScreenTip property.

havValue

This flag is added to the hyperlink’s AssignedValues set when the actual reference is assigned to the Value property

havExecuted

This flag is added to the hyperlink’s AssignedValues property when the Execute procedure is invoked. The havExecuted flag is used to change the color of previously used hyperlinks.

The TdxSpreadSheetHyperlinkAssignedValue type is referenced by the TdxSpreadSheetHyperlinkAssignedValues type.

See Also