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
    AOwnerItem TObject
    AAnchorText string
    AHintIndex Integer
    AHint string
    AButton TMouseButton
    AShift TShiftState
    See Also