|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
DynamicModule |
| DynamicModule[{x, y, ...}, expr] 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[{x=x0, y=y0, ...}, expr] 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 |
| © 2008 Wolfram Research, Inc. |