RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TLinkLabel Class

Label containing an HTML link.

Pascal
TLinkLabel = class(TCustomLinkLabel);
C++
class TLinkLabel : public TCustomLinkLabel;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!