Skip to main content
All docs
V26.1
  • TdxMessageDialogForm.ShowTextHintProc Event

    Specifies the message dialog form’s hinted text hint handler procedure.

    Declaration

    property ShowTextHintProc: TdxMessageDialogShowTextHintDelegate read; write;

    Remarks

    The message box dialog form executes the procedure assigned to the ShowTextHintProc property every time a user hovers the mouse pointer over hinted text defined within the string assigned to the Message property.

    See Also