JVCL Help:TJvLabel

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomLabel
TJvLabel
TJvDynControlJVCLLabel
run\JvLabel.pas


Summary

Can simulate a clickable link and render text at a specific angle.

run\JvLabel.pas


Pascal

 run\JvLabel.pas
 TJvLabel = class(TJvCustomLabel);


Description

  1. JVCLInfo

To simulate a clickable link, do the following:

  • SetAutoOpenURL to true.
  • SetURL to a specific URL or object, that will be opened when the user clicks the label.
  • SetHotTrack to true, and change HotTrackFont so the user gets feedback when the mouse passesover the label.

Use property Angle to display the label text at a specific angle.

run\JvLabel.pas


About

Navigation

run\JvLabel.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