JVCL Help:TJvCustomInspector.InvalidateList

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 the list of visible items should be redetermined.


Pascal

 procedureInvalidateList; virtual;


Description

InvalidateList will make sure that the list of visible items will be rebuild before a new redraw will take place. If LockCount is non-zero, NeedRebuild will be set, otherwise RebuildVisible will be called.
InvalidateList is called whenever an item is made visible or invisible (either through the items Visible or Hidden property, or because a parent item is expanded or collapsed).


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