JVCL Help:IJvDataItems.ContextDestroying

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

Search in JVCL Help

 
Search in all projects
 

Summary

Called when a context is about to be destroyed.


Pascal

 procedureContextDestroying(Context: IJvDataContext);


Parameters

Parameters Description
Context: IJvDataContext Context about to be destroyed,


Description

ContextDestroying is called whenever a context is about to be destroyed. It's generally used to notify all items a specific context (and all of its child contexts) will be no longer available so context specific data for these items can be destroyed.
The implementation of this method should simply iterate over its item list and call each IJvDataItem instance's ContextDestroying method.


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