JVCL Help:TJvLabelCodeBreaker.DecodedText

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the text that is the decoded text of the decoding.


Pascal

 propertyDecodedText: TCaption;


Description

Use DecodedText to specify the text that the label should contain when the decoding is finished. The behavior will examine each character in the labels Caption one by one and simulate an attempt to find the decoded value. When the character "found" by the behavior matches the character at the corresponding position in DecodedText, the character in the label's Caption is replaced with the decoded character and the behavior moves on to the next character.
The speed of the decoding is controlled by the Interval property.


See Also

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