Click or drag to resize

ShellWindow.Destroy Method (Typed)

X#
Provide a method to free memory resources allocated for a ShellWindow object and its derived objects.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Destroy() AS USUAL CLIPPER
Request Example View Source

Return Value

Type: Usual

Implements

Destroy
Remarks
This method immediately frees resources for ShellWindow objects created explicitly in your application. ShellWindow:Destroy() also takes care of resources allocated to derived classes and deallocates them in the necessary order.
See Also