JVCL Help:TJvLabel
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvLabel Class
[+] JvLabel.pas Classes
[+] TJvLabel Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomLabel
TJvLabel
TJvDynControlJVCLLabel
run\JvLabel.pas
Summary
Can simulate a clickable link and render text at a specific angle.
Pascal
run\JvLabel.pas
TJvLabel = class(TJvCustomLabel);
Description
- 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.
About
▼ TJvLabel
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