Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

CFunction.Release

Releases the function and all memory used for it.

Component Version macOS Windows Linux Server iOS SDK
CFunction 10.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "CFunction.Release"; FunctionRef )   More

Parameters

Parameter Description Example
FunctionRef The reference number for the function. $func

Result

Returns OK or error.

Description

Releases the function and all memory used for it.
Please call this when you are done with a function.

See also

Release notes

Created 25th April 2020, last changed 25th April 2020


CFunction.ParameterType - CFunction.ReleaseAll

Feedback: Report problem or ask question.