ExtCtrls.TLinkLabel
From RAD Studio VCL Reference
Contents |
Delphi Information
From ExtCtrls.pas
TLinkLabel = class(TCustomLinkLabel)
Unit: ExtCtrls
Type: class
Inherited Class Members: ExtCtrls.TLinkLabel Members
C++ Information
From ExtCtrls.hpp
TLinkLabel = class(TCustomLinkLabel)
Unit: ExtCtrls
Type: class
Inherited Class Members: ExtCtrls.TLinkLabel Members
Class Constructors & Destructors: ExtCtrls.TLinkLabel Constructors
Description
Label containing an HTML link.
TLinkLabel is a TCustomLinkLabel that can contain HTML tags, including a link. The link appears as underlined text. The OnLinkClick event is triggered by clicking the link.