Windows Component
Fnd_Wnd_CloseBox
Fnd_Wnd_CloseBox ({display close box?}) -> Boolean
Parameters
| Parameter | Type | Description |
|---|---|---|
| display close box? | Boolean | Display the close box? (optional) |
| Function result | Boolean | True if the next window will have a close box |
Description
Call this routine to add a close box to the next window displayed by the Fnd_Wnd_OpenWindow or Fnd_Wnd_OpenFormWindow commands.
Fnd_Wnd_CloseBox (True)
Fnd_Wnd_OpenFormWindow (->[Fnd_Forms];"ConfigureScanner")
This routine will affect only the next window in the current process. This routine has replaced the Fnd_Wnd_SetCloseBox method.
Extracted source text
Fnd_Wnd_CloseBox ({display close box?}) ➜ Boolean
Parameter Type Description
display close box? Boolean Display the close box? (optional)
Function result Boolean True if the next window will have a close box
Call this routine to add a close box to the next window displayed by the Fnd_Wnd_OpenWindow or
Fnd_Wnd_OpenFormWindow commands.
Fnd_Wnd_CloseBox (True)
Fnd_Wnd_OpenFormWindow (->[Fnd_Forms];"ConfigureScanner")
This routine will affect only the next window in the current process.
This routine has replaced the Fnd_Wnd_SetCloseBox method.