Vcl.ExtCtrls.TCustomLinkLabel

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomLinkLabel

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.

See Also