API:Vcl.ExtCtrls.TLinkLabel

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomLinkLabelVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTLinkLabel

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

Base class for labels containing an HTML link.

Vcl.ExtCtrls.TLinkLabel inherits from Vcl.ExtCtrls.TCustomLinkLabel. All content below this line refers to Vcl.ExtCtrls.TCustomLinkLabel.

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.

See Also