TIvoryCanvas::~TIvoryCanvas

~TIvoryCanvas frees the memory associated with the TIvoryCanvas object. Do not call ~TIvoryCanvas directly. Instead, use the delete keyword on the object, which causes ~TIvoryCanvas to be invoked automatically.

virtual __fastcall ~TIvoryCanvas();

Back to TIvoryCanvas