Window kind

4D - Documentation   Français   English   German   4th Dimension 2003, Command Theme List   4th Dimension 2003, Command Alphabetical List   4th Dimension 2003, Constant Theme List   Back   Previous   Next

version 6.0


Window kind {(window)}

ParameterTypeDescription
windowWinRefWindow reference number, or
Frontmost window of current process, if omitted

Description

The command Window kind returns the 4th Dimension 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 values:

ConstantTypeValue
Regular windowLong Integer8
Modal dialogLong Integer9
External windowLong Integer5
Floating windowLong Integer14

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

Example

Set example for the command WINDOW LIST.

See Also

GET WINDOW RECT, Get window title, Window process.


4D - Documentation   Français   English   German   4th Dimension 2003, Command Theme List   4th Dimension 2003, Command Alphabetical List   4th Dimension 2003, Constant Theme List   Back   Previous   Next