JVCL Help:TJvCustomInspectorData.NotifyRemoveData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorData.NotifyRemoveData Method
[+] TJvCustomInspectorData Methods
[+] TJvCustomInspectorData Properties
Search in JVCL Help
Search in all projectsSummary
Called whenever a data instance is about to be removed.
Pascal
procedureNotifyRemoveData(constInstance: TJvCustomInspectorData); virtual;
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