Vcl.ExtCtrls.TSysLinkEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSysLinkEvent = procedure(Sender: TObject; const Link: string; LinkType: TSysLinkType) of object;

C++

typedef void __fastcall (__closure *TSysLinkEvent)(System::TObject* Sender, const System::UnicodeString Link, TSysLinkType LinkType);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

Event routine for click on TCustomLinkLabel HTML link.

TSysLinkEvent is a click event routine for a TCustomLinkLabel HTML link. It identifies the Link URI and LinkType.

TSysLinkEvent is the procedure type of the Vcl.ExtCtrls.TCustomLinkLabel.OnLinkClick and the Vcl.ExtCtrls.TCustomLinkLabel.OnLinkClick events.

See Also