Window.Destroy Method (Typed) | |
Free memory resources allocated for a window 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
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual Destroy()
Request Example
View SourceReturn Value
Type:
UsualNIL
Implements
DestroyRemarks
This method immediately frees resources for Window objects created explicitly in your application. Window:Destroy() also takes care of resources allocated to derived classes and deallocates them in the necessary order (e.g., child windows are destroyed before the parent window, dialog windows and MDI shell windows are also looked after).
See Also