JVCL Help:TJvCustomSegmentedLEDDigit.RecalcNeeded

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

Search in JVCL Help

 
Search in all projects
 

Summary

Flags if a recalculation of the segments is required.


Pascal

 propertyRecalcNeeded: Boolean;


Description

RecalcNeeded determines if the layout and position of the segments needs to be recalculated.
To speed up the rendering of digits, each segment's layout and position is precalculated and stored internally. Whenever a digit needs to render it self, it will first check if the layout and positions should be recalculated. After that the rendering of the segments takes places according the calculated values.
Recalculation is needed if at least one of the following conditions apply:

Based on the digit class in use other conditions may apply as well.


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