JVCL Help:TJvLinkLabel
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvLinkLabel Class
[+] JvLinkLabel.pas Classes
[+] TJvLinkLabel Events
[+] TJvLinkLabel Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
IDynamicNodeHandler
TJvCustomLinkLabel
TJvLinkLabel
run\JvLinkLabel.pas
Summary
Write here a summary (1 line)
Pascal
run\JvLinkLabel.pas
TJvLinkLabel = class(TJvCustomLinkLabel);
Description
- JVCLInfo
To use this component, just type in some text in the Caption or Text property. You can use the following tags to style your text :
<B>bold</B> for bold
< I >italic< /I > for italics
< U >Underline for underline
<LINK>http://example.com</LINK> for links
< COLOR= >colored text< /COLOR >
< P >Paragraph ?< /P >
< BR >Force new line
< DYNAMIC >Dynamic markup section, initialized from code (refer to OnDynamicTagInit)< /DYNAMIC >
The relevant code can be found in jvcl\run\JvLinkLabelParser.pas
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page