JVCL Help:TJvCustomInspector.InvalidateItem

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

Search in JVCL Help

 
Search in all projects
 

Summary

Signals that an item has been changed and the image should be redrawn.


Pascal

 procedureInvalidateItem; virtual;


Description

InvalidateItem will make sure that the inspector will redraw the items. If LockCount is non-zero, NeedRedraw will be set, otherwise the scrollbar settings will be update, which in turn will lead to a repaint.
InvalidateItem is called whenever an item has changed a visible property (e.g. its value, name or height).


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