ControlWindow.Destroy Method | |
Free memory resources allocated for a ControlWindow object and its derived objects.
Namespace:
VO
Assembly:
VOGUIClasses (in 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:
UsualRemarks
This method immediately frees resources for ControlWindow objects created explicitly in your application. ControlWindow:Destroy() also takes care of resources allocated to derived classes and deallocates them in the necessary order.
See Also