Vcl.ComCtrls.TRichEdit.OnLinkClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLinkClick;

C++

__property OnLinkClick;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TRichEdit

Description

Upon clicking a URL in the form section with the left or right mouse button, the Vcl.ComCtrls.TCustomRichEdit.OnLinkClick event fires, passing the URL and indicating which button was pressed.

Vcl.ComCtrls.TRichEdit.OnLinkClick inherits from Vcl.ComCtrls.TCustomRichEdit.OnLinkClick. All content below this line refers to Vcl.ComCtrls.TCustomRichEdit.OnLinkClick.

Upon clicking a URL in the form section with the left or right mouse button, the Vcl.ComCtrls.TCustomRichEdit.OnLinkClick event fires, passing the URL and indicating which button was pressed.

See Also