destroy()

Releases resources allocated for the SVG canvas.

Syntax

destroy( cid SMALLINT )
  1. cid is the SVG canvas id, as returned by fglsvgcanvas.create().

Usage

This function frees resources allocated for the SVG canvas handler that was created with the create() function.

Example

CALL fglsvgcanvas.destroy( cid )