Component
Windows Component
18 language-reference entries were extracted for this component.
- Fnd_Wnd_CancelCloseAll Call this method to end Foundation’s attempts to close all windows. For example, if the user selects Close All Windows from the Window menu, and a dialog asks if they want to...
- Fnd_Wnd_CloseAllWindows Call this method to tell all of the other processes to close their windows. If the wait parameter is passed and is True, this process will wait until all of the windows have...
- Fnd_Wnd_CloseBox 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_Wnd_CloseNow This method returns True if Foundation is trying to close all windows. For example, this routine will return True if the user Option-clicks (on Macintosh) or Alt-clicks (on...
- Fnd_Wnd_Info Returns the requested information about the component. $version_t:=Fnd_Wnd_Info ("version")
- Fnd_Wnd_MoveOnScreen Pass this routine pointers to a set of window coordinates before opening a new window. This routine modifies the window coordinates so the window will be opened completely on...
- Fnd_Wnd_OpenFormWindow Pass this method a pointer to a table and a form name from that table, and it will open a new window using the specified form’s width and height. You can use other Windows...
- Fnd_Wnd_OpenWindow
- Fnd_Wnd_Position Allows the developer to set the window position for the upcoming dialog or window. The following positions are available using these constants: Value Foundation...
- Fnd_Wnd_SavePosition Saves the front most window of the current process in the user’s preferences file (if the Foundation Preferences component is available). See the Fnd_Wnd_UseSavedPosition...
- Fnd_Wnd_SendCloseRequests Adds the current process to the list of processes with windows that should be closed if the user Option- closes a window or selects Close All Windows from a menu....
- Fnd_Wnd_SetCloseBox This routine is obsolete. Use the Fnd_Wnd_CloseBox method instead.
- Fnd_Wnd_SetPosition This routine is obsolete. Use the Fnd_Wnd_Position method instead.
- Fnd_Wnd_SetTitle This routine is obsolete. Use the Fnd_Wnd_Title method instead.
- Fnd_Wnd_SetType This routine is obsolete. Use the Fnd_Wnd_Type method instead.
- Fnd_Wnd_Title Gets and sets the window title for the upcoming window. Call this routine before calling Fnd_Wnd_OpenWindow or Fnd_Wnd_OpenFormWindow. Fnd_Wnd_Title ("New Invoice for...
- Fnd_Wnd_Type 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...
- Fnd_Wnd_UseSavedPosition This method tells the window routines we want to try to use a saved position. Pass a window name you have previously added to the user’s preferences by calling the...