|
|
||
|
|
| BUILT-IN MATHEMATICA SYMBOL | Tutorials »|See Also »|More About » |
| DynamicModule represents an object which maintains the same local instance of the symbols x, y, ... in the course of all evaluations of Dynamic objects in expr. Symbols specified in a DynamicModule will by default have their values maintained even across Mathematica sessions. |
| DynamicModule specifies initial values for x, y, .... |
| Deinitialization | None | an expression to evaluate when the DynamicModule can no longer be displayed | |
| DynamicModuleValues | Automatic | dynamically updated data on variable values | |
| Initialization | None | an expression to evaluate when the DynamicModule is first displayed | |
| UnsavedVariables | {} | variables whose values should not be saved |