Vcl.ExtCtrls.TSysLinkEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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