JVCL Help:TJvViewerItem.ReduceMemoryUsage

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

Search in JVCL Help

 
Search in all projects
 

Summary

Tries to minimize memory usage.


Pascal

 procedureReduceMemoryUsage; virtual;


Description

ReduceMemoryUsage is called automatically by the TJvCustomItemViewer owning the item when appropriate. You should never need to call this method yourself. If you derive a new item class from TJvViewerItem, make sure to override this method if your class has some means of reducing memory consumption.
For example, TJvImageItem overrides this method to free the image when the method is called.


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