JVCL Help:TJvInspectorSetMemberData.NotifyRemoveData@TJvCustomInspectorData

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

Search in JVCL Help

 
Search in all projects
 

Summary

Called whenever a data instance is about to be removed.


Pascal

 procedureNotifyRemoveData(constInstance: TJvCustomInspectorData); override;


Parameters

Parameters Description
const Instance: TJvCustomInspectorData The data instance about to be removed.


Description

NotifyRemoveData gets called whenever a data instance is about to be removed. This allows for other data instances that depend on the instance to be removed as well or to block the removal entirely.


See Also

TJvCustomInspectorData.IsEqualReference, TJvCustomInspectorData.RegisterInstance


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