Skip to main content
All docs
V26.1
  • TdxCustomLayoutItemCaptionOptions.ShowHyperlinkHint Property

    Deprecated. This property exists for backward compatibility only.

    Tip

    Use the FormattedText.ShowHyperlinkHint property instead of ShowHyperlinkHint.

    Declaration

    property ShowHyperlinkHint: TdxDefaultBoolean read; write; default bDefault;

    Property Value

    Type Default Description
    TdxDefaultBoolean bDefault
    bDefault
    The parent layout control‘s OptionsItem.ShowHyperlinkHint property specifies if the layout item’s caption can show hyperlink hints.
    bTrue
    Hyperlink hints are explicitly enabled in the layout item caption.
    bFalse
    Hyperlink hints are explicitly disabled in the layout item caption.
    See Also