The World Wide Web is increasingly being used for communication between applications. The programmatic interfaces made available over the web for application-to-application ...
Widget["WizardDialog"] represents the dialog inside which a wizard is displayed.
Widget["WizardFrame"] represents the frame inside which a wizard is displayed.
Mathematica makes it easy to "bulletproof" packages, and prevent features of their environment from affecting their internal operation.
FilePrint["file"] prints out the raw textual contents of file.
$MachineAddresses gives a list of strings specifying the current IP addresses associated with the computer on which Mathematica is being run.
$MachineDomains is a list of strings giving the names of the current network domains associated with the computer on which Mathematica is being run.
This section includes reference material on SymbolicC functionality. C expressions. Grouping constructs to hold entire statements.
PropertyValue[name] gets a widget property value.PropertyValue[{target, name}] gets a widget property value, specifying the target widget.PropertyValue[{target, name, index}] ...
WidgetReference[id] looks up an existing widget instance using identifier id and return the underlying object.