TdxMessageDialogForm.HyperlinkClickProc Event
Specifies the message dialog form’s hyperlink click handler procedure.
Declaration
property HyperlinkClickProc: TdxMessageDialogHyperlinkClickDelegate read; write;
Remarks
The message box dialog form executes the procedure assigned to the HyperlinkClickProc
property every time a user clicks a hyperlink defined within the string assigned to the Message property.
See Also