Skip to main content
Version: Next

Window kind

Window kind {( window )} -> Function result

ParameterTypeDescription
windowWinRef🡒Window reference number, or Frontmost window of current process, if omitted
Function resultLongint🡐Type of window

Description

The Window kind command returns the 4D type of the window whose reference number is passed in window. If the window does not exist, Window kind returns 0 (zero).

Otherwise, Window kind may return one of the following predefined constants found in the Windows theme:

ConstantTypeValue
External windowLongint5
Floating windowLongint14
Modal dialogLongint9
Regular windowLongint8

If you omit the window parameter, Window kind returns the type of the frontmost window for the current process.

Example

See example for the WINDOW LIST command.

See also

GET WINDOW RECT
Get window title
Window process