mxFlatRichEdit1HyperlinkClicked method |
Applies to
TForm3
Declaration
procedure mxFlatRichEdit1HyperlinkClicked(Sender: TObject; cpMin, cpMax: Integer; const lpstrText: string);Implementation
procedure TForm3.mxFlatRichEdit1HyperlinkClicked(Sender: TObject; cpMin, cpMax: Integer; const lpstrText: String); begin try open_web_page(lpstrText); except end;End; |
|