C++
virtual void destroy() = 0;
Description
Destroys the dialog. Callers should free the memory associated with the dialog by calling this method instead of using the C++ delete operator.
virtual void destroy() = 0;
Destroys the dialog. Callers should free the memory associated with the dialog by calling this method instead of using the C++ delete operator.