Lucee Function Reference
releasecomobject()
Releases a COM Object and frees up resources that it used.
Example
releasecomobject(any comObject):any
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
comObject | any | Yes | Variable name of a COM object that was created using the function or tag. |