Skip to main content
All docs
V26.1
  • TdxCustomItemFormattedTextProperties.ShowTextHint Property

    Specifies whether hints for hint-marked text ranges are enabled for UI elements.

    Declaration

    property ShowTextHint: TdxDefaultBoolean read; write; default bDefault;

    Property Value

    Type Default Description
    TdxDefaultBoolean bDefault
    bDefault
    The parent-level FormattedText.ShowTextHint property specifies if hints for hint-marked text ranges are enabled.
    bTrue
    Hints are explicitly enabled.
    bFalse
    Hints are explicitly disabled.
    See Also