RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLinkLabel Class

Base class for label containing HTML link.

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

TLinkLabel is the base class for a label that can contain HTML tags, including a link. 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!