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

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.

See Also