JVCL Help:TJvLabelCodeBreaker
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvLabelCodeBreaker Class
[+] JvBehaviorLabel.pas Classes
[+] TJvLabelCodeBreaker Methods
[+] TJvLabelCodeBreaker Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvLabelBehavior
TJvLabelCodeBreaker
run\JvBehaviorLabel.pas
Summary
A behavior that simulates breaking a code.
Pascal
run\JvBehaviorLabel.pas
TJvLabelCodeBreaker = class(TJvLabelBehavior);
Description
Use the TJvLabelCodeBreaker behavior when you want to simulate breaking a code in the label. To enable this behavior, do the following:
- Drop a TJvBehaviorLabel on a form.
- SetBehavior to 'CodeBreaker'.
- Set the label's Caption to the initial, coded, value.
Do the following with the properties of property BehaviorOptions:
- Specify the decoded text by setting DecodedText to a suitable string.
- Use Interval to specify the amount of time in milliseconds between character changes.
See Also
TJvLabelCodeBreaker.DecodedText, TJvLabelCodeBreaker.Interval
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