Prototype

property OnLinkClick: TLinkEvent read FOnLinkClick write FOnLinkClick;

Description

Occurs when a link is clicked.

Return aHandled to true to break the processing chain. If aHandled returns false and a TMDStyle is associated with the component, TMDStyle.OnLinkClick is invoked. If aHandled still returns false, DoLinkDefault is invoked.

See also

TMDCustomControl.OnLinkClick

TMDStyle.OnLinkClick