Skip to main content
All docs
V26.1
  • TdxCommonFormattedTextProperties.ActualHyperlinkColor Method

    Returns the hyperlink color.

    Declaration

    function ActualHyperlinkColor: TColor; virtual;

    Returns

    Type Description
    TColor

    The current hyperlink color.

    Remarks

    Call the ActualHyperlinkColor function to identify the current hyperlink color.

    The hyperlink color depends on the active skin and palette. You can use the HyperlinkColor property to override the skin-defined color.

    See Also