tpoIsLayoutEXL
tpoIsLayoutEXL(
d_windowID
)
=> t / nil
Description
Checks if the specified window is open in Layout EXL or a higher tier.
Arguments
Value Returned
|
The specified window is open in Layout EXL or a higher tier. |
|
|
The specified window is not open in Layout EXL or a higher tier. |
Examples
when(window = hiGetCurrentWindow()
tpoIsLayoutEXL(window)
)
Return to top