hiSetWindowAtts
hiSetWindowAtts( [?windoww_windowId] [?appTypet_applicationType] [?helpt_help] [?scrollg_scrollbars] ) =>t / nil
Description
Changes the application type, help string, or scroll bar attributes of a window. You must register the new application type before setting it with this function.
Only the help string can be set for session windows.
This function is not available in Concept SKILL. For more information, see
Arguments
|
The ID of the window, dockable window, or session window whose attributes you want to change. Only the help string can be set for session windows. If w_windowID is not specified, the current window is used. |
|
|
String representing the window application type or name. You must register the new application type before using this function. For example, if you are setting an application type to "chpr", you must have registered it using the command: |
|
|
String used as one of the keywords that Help logic uses when it constructs the names of help files and help symbols. See Online Help Mechanism for more information. If this argument is not specified, it defaults to the value of t_applicationType. |
|
|
Either |
|
Value Returned
Related Topics
Return to top