Vcl.ExtCtrls.TCustomLinkLabel
Delphi
TCustomLinkLabel = class(TWinControl)
C++
class PASCALIMPLEMENTATION TCustomLinkLabel : public Vcl::Controls::TWinControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
Base class for labels containing an HTML link.
TLinkLabel is the base class for labels that can contain an HTML link tag (and only that). The OnLinkClick event is triggered by clicking the link.