JVCL Help:TJvCustomLabel.URL

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies a URL associated with the label.


Pascal

 propertyURL: string;


Description

Use URL to associate a URL, an executable file, a document file, or a folder with the label. If AutoOpenURL is set to true and the user clicks on the label, then the object specified by URL is opened.
You might want to adjust property HotTrackFont to visually simulate a clickable link.
Some examples: { Executable file }
JvLabel1.URL := Application.ExeName;

{ Folder }
JvLabel1.URL := ExtractFilePath(Application.ExeName);


About

Notes

If AutoOpenURL is set to false, then URL is ignored.


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