TdxMessageDialogForm.ShowHyperlinkHintProc Event
Specifies the message dialog form’s hyperlink hint handler procedure.
Declaration
property ShowHyperlinkHintProc: TdxMessageDialogShowHyperlinkHintDelegate read; write;
Remarks
The message box dialog form executes the procedure assigned to the ShowHyperlinkHintProc
property every time a user hovers the mouse pointer over a hyperlink defined within the string assigned to the Message property.
See Also