JVCL Help:TJvLabelCodeBreaker

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvLabelBehavior
TJvLabelCodeBreaker
run\JvBehaviorLabel.pas


Summary

A behavior that simulates breaking a code.

run\JvBehaviorLabel.pas


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:

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.

run\JvBehaviorLabel.pas


See Also

TJvLabelCodeBreaker.DecodedText, TJvLabelCodeBreaker.Interval

run\JvBehaviorLabel.pas


About

Navigation

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