Skip to main content
All docs
V26.1
  • TdxShowTextHintEventArgs Class

    Declaration

    TdxShowTextHintEventArgs = class(
        TdxHintedTextEventArgs
    )

    Remarks

    Hint display events of a hint-marked text range allow you to customize individual hints defined in a DevExpress control with support for BBCode-inspired text formatting markup.

    Main API Members

    The list below outlines key members of the TdxShowTextHintEventArgs class. These members allow you to identify the target hint-marked text range and modify the corresponding hint message before it is displayed.

    Hint
    Allows you to change the target hint message.
    HintIndex
    Returns the index of the target hint-marked text range in the parent UI element’s message.
    OwnerItem
    Provides access to the parent UI element of the target hint-marked text range.
    AnchorText
    Returns the target hint-marked text range’s anchor text.

    Direct TdxShowTextHintEventArgs Class References

    The following procedural types reference a TdxShowTextHintEventArgs object as the AArgs parameter:

    TdxMessageDialogShowTextHintDelegate
    The procedural type for a hint-marked text range hint display handler in a message dialog.
    TdxShowTextHintEvent
    The procedural type for text hint display events in DevExpress controls with support for BBCode-inspired text formatting markup.
    See Also