cphOpenWindow
cphOpenWindow(
g_physConfigID
)
=> t / nil
Description
Opens the graphical user interface and displays the physical configuration view associated with the specified ID.
Arguments
Value Returned
|
The physical configuration view was opened in the graphical user interface. |
|
|
The physical configuration view was not opened in the graphical user interface. |
Example
cphOpenWindow(physConfigID)
Return to top