Vcl.ExtCtrls.TSysLinkEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls


Beschreibung

Ereignisroutine für das Klicken auf einen TCustomLinkLabel-HTML-Link.

TSysLinkEvent ist eine Ereignisroutine für das Klicken auf einen TCustomLinkLabel-HTML-Link. Sie bezeichnet den Link-URI und den LinkType.

TSysLinkEvent ist der Prozedurentyp der Ereignisse Vcl.ExtCtrls.TCustomLinkLabel.OnLinkClick und Vcl.ExtCtrls.TLinkLabel.OnLinkClick.

Siehe auch