Vcl.ExtCtrls.TLinkLabel

Delphi
TLinkLabel = class(TCustomLinkLabel)
C++
class PASCALIMPLEMENTATION TLinkLabel : public TCustomLinkLabel
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
Description
Implements a label containing an HTML link.
TLinkLabel is a TCustomLinkLabel that can contain an HTML link via the standard <a href="http://www.somelink.com">SomeLink</a>
tag. The HTML tag is to be declared inside the Caption property at run time or at design time.
The link appears as underlined text. The OnLinkClick event is triggered by clicking the link.