Vcl.ExtCtrls.TCustomLinkLabel.OnLinkClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLinkClick: TSysLinkEvent read FOnLinkClick write FOnLinkClick;

C++

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

Properties

Type Visibility Source Unit Parent
event public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomLinkLabel

Description

Event for click on TCustomLinkLabel HTML link.

OnLinkClick is triggered by a click on a TCustomLinkLabel's HTML link. The event identifies the link URI and link type.

OnLinkClick is an event handler of type Vcl.ExtCtrls.TSysLinkEvent.

See Also