Vcl.ComCtrls.TCustomRichEdit.OnLinkClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLinkClick: TRichEditLinkClick read FOnLinkClick write FOnLinkClick;

C++

__property TRichEditLinkClick OnLinkClick = {read=FOnLinkClick, write=FOnLinkClick};

Properties

Type Visibility Source Unit Parent
event protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

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.

See Also