geChangeEditMode
geChangeEditMode(t_newMode{ r | a } [w_windowId] ) => t / nil
Description
Sets the mode of a design, allowing you to edit or view the design.
Arguments
|
Database ID of the window containing the design you want to change. |
Value Returned
Examples
Changes the mode in win3 to read.
geChangeEditMode( "r" win3 )
Related Topics
Design Functions
Return to top