JVCL Help:IJvDataProvider.ConsumerDestroying

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 consumer is about to be destroyed.


Pascal

 procedureConsumerDestroying(Consumer: IJvDataConsumer);


Parameters

Parameters Description
Consumer: IJvDataConsumer Consumer about to be destroyed.


Description

ConsumerDestroying is called whenever a consumer that used this provider is about to be destroyed. It's generally used to cleanup the selected consumer stack and making any reference to that consumer nil (it will not remove the references from the stack, as it might be possible a ReleaseConsumer call will follow it later).


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