DrawObject.Destroy Method | |
Provide a method to de-instantiate a DrawObject object.
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
DrawObject:Destroy() de-instantiates the DrawObject object and allows you to close and free any resources that were opened or created by the object, without waiting for the garbage collector. When the application is finished with the object, it must be explicitly destroyed using this method.
See Also