Click or drag to resize

SplitWindow.Destroy Method

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

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

Return Value

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