destructor

destroy datastore

void destructor();

Example

store.destructor();

Details

Called automatically during master component destruction or during page unload.

Back to top