void MLSetUserData (MLINK link, void* d, MLUserFunction f) installs the users data object data and function f in link.
NETNewDelegate[type, func] creates a new instance of the specified .NET delegate type whose action is to call the named Mathematica function when triggered.
Mathematica provides many mechanisms for interfacing with the web —from exporting graphics and structured active documents to interacting with web services, importing web ...
ReleaseGUIObject[obj] closes and terminates all resources of a live GUIObject instance.
ImageSizeMultipliers is an option that specifies how much smaller to render graphics that appear within other constructs.
Whether for simple annotation or to produce publication-quality plots, adding text outside the area of plots is one of many customization features that Mathematica provides ...
There are many functions that are built into Mathematica. This tutorial discusses how you can add your own simple functions to Mathematica. As a first example, consider ...
Introduction Finding Expressions That Match a Pattern Naming Pieces of Patterns
CloseGUIObject[interface] closes a live GUIObject instance.CloseGUIObject[] requests that an interface close, when called within a Script block.
GetJavaException -- get the exception object thrown in the most recent Java call, JavaThrow -- throw a Java exception, $JavaExceptionHandler -- how Java exceptions are ...