General Component
Fnd_Gen_CenterWindow
Fnd_Gen_CenterWindow (width; height{; type{; position{; title{; close}}}})
Parameters
| Parameter | Type | Description |
|---|---|---|
| width | Longint | Width of the new window |
| height | Longint | Height of the new window |
| type | Longint | Window type (optional) |
| position | Longint | Window position (optional) |
| title | Text | Window title (optional) |
| close | Boolean | Has a close box (optional) |
| Function result | Longint | Window reference number |
Description
The Fnd_Gen_CenterWindow routine opens a new window centered on the screen or over the front most window (depending on the value of position parameter). It is included primarily for use by other components that do not wish to require the presence of the Windows component. If the Foundation Windows component is installed in the database, use the Fnd_Wnd_OpenWindow or Fnd_Wnd_OpenFormWindow routine instead.
Extracted source text
Fnd_Gen_CenterWindow (width; height{; type{; position{; title{; close}}}})
Parameter Type Description
width Longint Width of the new window
height Longint Height of the new window
type Longint Window type (optional)
position Longint Window position (optional)
title Text Window title (optional)
close Boolean Has a close box (optional)
Function result Longint Window reference number
The Fnd_Gen_CenterWindow routine opens a new window centered on the screen or over the
front most window (depending on the value of position parameter). It is included primarily for use
by other components that do not wish to require the presence of the Windows component. If the
Foundation Windows component is installed in the database, use the Fnd_Wnd_OpenWindow or
Fnd_Wnd_OpenFormWindow routine instead.