hiSwitchWindowType
hiSwitchWindowType(w_windowId t_widgetType t_appType t_help[g_scroll] ) =>t / nil
Description
Switches the widget type of a window between graphics, text, or hypertext. The window must be in a session window.
The application type, help string, and scroll bar option can also be changed.
This function is not available in Concept SKILL. For more information, see
Arguments
|
Window you want to change, which must be one of the following types: graphics, text, or hypertext. The window must be contained in a session window. w_windowId cannot be a dock window or a session window. |
|
|
String used as one of the key words that Help logic uses when it is constructing the names of the various help files and/or help symbols searched for in the help files. Refer to Online Help Mechanism for more information. If this argument is not specified, it defaults to the same value as t_applicationType. |
|
|
Either |
Value Returned
|
Tthe window type is not switched. An error message is also issued. |
Examples
Switches the window type of window (4).
hiSwitchWindowType( window ( 4 ) "text" "Layout" "layoutHelp" )
=> t
Related Topics
Return to top