Click or drag to resize

StandardColorDialog.Destroy Method

X#
Provide a method to free memory resources allocated for a StandardColorDialog 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
Remarks
StandardColorDialog:Destroy() frees resources for StandardColorDialog objects created explicitly in an application. This method also takes care of resources allocated to derived classes and deallocates them in the necessary order.
See Also