Vcl.Markdown.TMDStyle.OnLinkClick
Prototype
property OnLinkClick: TLinkEvent read FOnLinkClick write FOnLinkClick;
Description
Occurs when a link is clicked.
aType contains the type of link (link, anchor, custom). aURI contains the relative or absolute URI. aResourcePath contains the root path. Return aHandled to true to break the processing chain.
If a control associated with this component also handles this event, it is called first, TMDStyle.OnLinkClick is called only if the control returns false in aHandle.