ReturnScript is an option to GUIRunModal which specifies a string version of Mathematica code to execute when the window ends its modal session and becomes the return value ...
Widget["Label"] represents a textual label.
SQLServer[...] is an object that represents a server process started in Mathematica.
CloseFrontEnd[] closes the link to the front end that was opened by UseFrontEnd[] or ConnectToFrontEnd[].
FrontEndLink[] returns the link to the front end that will be used by UseFrontEnd[].
void MTensor_disownAll (MTensor t) disowns all references to an MTensor that was passed between a library function and Mathematica using shared memory management.
void MTensor_disown (MTensor t) disowns a reference to an MTensor that was passed between a library function and Mathematica using shared memory management.
mint MTensor_getFlattenedLength (MTensor t) gets the total number of elements in an MTensor.
mint MTensor_getRank (MTensor t) gets the rank of an MTensor.
mint MTensor_getType (MTensor t) gets the type of an MTensor.