Skip to main content
All docs
V26.1
  • Create(TObject,string,Integer,string,TMouseButton,TShiftState) Constructor

    Initializes a new instance of the TdxHintedTextClickEventArgs class with specified settings.

    Declaration

    constructor Create(AOwnerItem: TObject; const AAnchorText: string; AHintIndex: Integer; const AHint: string; AButton: TMouseButton; AShift: TShiftState); reintroduce; virtual;

    Parameters

    Name Type Description
    AOwnerItem TObject

    The parent UI element that contains the target formatted text range.

    AAnchorText string

    The anchor text of the target formatted text range.

    AHintIndex Integer

    The index of the target hint-marked text range within the parent UI element’s formatted message.

    AHint string

    The hint string for the target formatted text range.

    AButton TMouseButton

    The mouse button used to click the target formatted text range.

    AShift TShiftState

    The state of modifier keys when a user clicked the target formatted text range.

    See Also