Windows Component
Fnd_Wnd_Type
Fnd_Wnd_Type ({window type}) -> Number
Parameters
| Parameter | Type | Description |
|---|---|---|
| window type | Longint | Window type (optional) |
| Function result | Text | The window type for the next window |
Description
Call this routine before calling Fnd_Wnd_OpenWindow or Fnd_Wnd_OpenFormWindow to specify the window type to use. You can pass any standard 4D window type constant.
Fnd_Wnd_Type (Modal dialog box )
Fnd_Wnd_OpenFormWindow (500;300)
This method can also be called before many of the Foundation routines that display windows to override the default window type:
Fnd_Wnd_Type (Plain fixed size window )
Fnd_Find_Display
Extracted source text
Fnd_Wnd_Type ({window type}) ➜ Number
Parameter Type Description
window type Longint Window type (optional)
Function result Text The window type for the next window
Call this routine before calling Fnd_Wnd_OpenWindow or Fnd_Wnd_OpenFormWindow to specify
the window type to use. You can pass any standard 4D window type constant.
Fnd_Wnd_Type (Modal dialog box )
Fnd_Wnd_OpenFormWindow (500;300)
This method can also be called before many of the Foundation routines that display windows to override
the default window type:
Fnd_Wnd_Type (Plain fixed size window )
Fnd_Find_Display