Skip to main content

TdxSpreadSheetHyperlinkAssignedValue Enum

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

Declaration

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