Vcl.ExtCtrls.TLinkLabel.OnLinkClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnLinkClick: TSysLinkEvent read FOnLinkClick write FOnLinkClick;

C++

__property OnLinkClick;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TLinkLabel

Description

Event for click on TCustomLinkLabel HTML link.

Vcl.ExtCtrls.TLinkLabel.OnLinkClick inherits from Vcl.ExtCtrls.TCustomLinkLabel.OnLinkClick. All content below this line refers to Vcl.ExtCtrls.TCustomLinkLabel.OnLinkClick.

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