JVCL Help:TJvLinkLabel

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IDynamicNodeHandler
TJvCustomLinkLabel
TJvLinkLabel
run\JvLinkLabel.pas


Summary

Write here a summary (1 line)

run\JvLinkLabel.pas


Pascal

 run\JvLinkLabel.pas
 TJvLinkLabel = class(TJvCustomLinkLabel);


Description

  1. 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

run\JvLinkLabel.pas

About

Navigation

run\JvLinkLabel.pas



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