destroy()
Frees resources allocated for an fglgallery.
Syntax
destroy( id SMALLINT )
- id is the fglgallery identifier, as returned by the
create()
function.
Usage
This function releases the fglgallery identified by the specified handler.
The id parameter is the fglgallery handler returned by the create()
function.
Call this method after closing the window/form displaying the gallery web component.
Example
CALL fglgallery.destroy( id )