pteGetMPTSupportMode
pteGetMPTSupportMode(
w_windowId
)
=> t / nil
Description
Determines if MPT support is enabled in the window with the specified ID.
Arguments
Value Returned
|
MPT support is disabled in the window with the specified ID. |
Examples
pteGetMPTSupportMode(hiGetCurrentWindow())
pteGetMPTSupportMode(window(3))
Return to top