Destroys the cell and free its resources.
#include "ltwrappr.h"
L_VOID LImageViewerCell::Destroy (uFlags);
Reserved for future use. Pass 0.
None.
When the container created by the LImageViewerCell::Create function is no longer needed, call this function to destroy the container and free the associated memory. For every call to LImageViewerCell::Create there must be a call to LImageViewerCell::Destroy.
For an example, refer to LImageViewer::Create.