RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataStore.BeforeClose Event

Occurs immediately before the crosstabulated data store is deactivated.

Pascal
property BeforeClose: TCubeNotifyEvent;
C++
__property TCubeNotifyEvent BeforeClose;

Write a BeforeClose event handler to take specific action before the data store shuts down. For example, an application can store information about the current state of the cache before it is cleared and all associated memory freed. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!