Control.Destroy Method (Typed) | |
Provide a method to de-instantiate any Control object.
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:
UsualImplements
DestroyRemarks
This method can be used when a Control object is no longer needed. Control:Destroy() de-instantiates the Control object and allows you to close and free any resources that were opened or created by the object, without waiting for the garbage collector.
See Also