HTML Label is enhanced Label components which can show formatted text according common HTML tags including hyperlinks, URL links and user defined links. HTMLLabel supports full word wrapping (including wrapping of formatted text and hypertext link) and flicker free refresh function.
Place HTMLLabel to form and set up Caption or CaptionStrings property, eventually set up another properties (Autosize and WordWrap, InnerSpace, ShowBeveled, ShowText3D). It's all. You can see the result in design time.
Example of HTMLLabel:
HTMLLabel is used in rdlg unit to produce universal dialogs with html formatted messages by one line of code:
HTMLLabel is used in rTip unit to produce universal tip dialogs with html formatted messages by one line of code:
Supported HTML tags are:
URLLabel is standard Label component with support of URL hyperlinks (whole Caption is shown as link).