Windows Commands and Functions
These commands and functions make it possible for you to create, display, and activate user-defined windows.
Use |
To |
---|---|
Display and activate one or more user-defined windows or Visual FoxPro system windows. |
|
Specify the border style of an object. |
|
Release the specified item or items from memory. |
|
Open the Form Designer. |
|
Deactivate user-defined windows or Visual FoxPro system windows and remove them from the screen, but not from memory. |
|
Create a window and specify its attributes. |
|
Hide an active user-defined window or Microsoft Visual FoxPro system window. |
|
Open the Form Designer so you can modify or create a form. |
|
Modifie a user-defined window or the main Visual FoxPro window. |
|
Move a user-defined window created with DEFINE WINDOW, or a Visual FoxPro system window, to a new location. |
|
Repaint a form or control and refresh any values, or refresh a project's visual display. |
|
Remove user-defined windows or Visual FoxPro system windows from memory. |
|
Restore to memory window definitions and window statuses saved to a window file or memo field. |
|
Save all or specified window definitions to a window file or memo field. |
|
Display one or more user-defined windows or Visual FoxPro system windows without activating them. |
|
Change the size of a window created with DEFINE WINDOW or a Visual FoxPro system window. |
|
Create a text box. |
|
Determine whether the active or specified window has a border. |
|
Return either the number of child windows in a parent window or the names of the child windows in the order in which they are stacked in the parent window. |
|
Return the number of columns within the active or specified window. |
|
Determine whether the specified user-defined window exists. |
|
Return the name, size, or style of the current font for a window in Visual FoxPro for Windows. |
|
Return the name of the window that was active prior to the current window or determines whether the specified window was active prior to the current window. |
|
Return the column coordinate of the upper-left corner of the active or specified window. |
|
Return the row coordinate of the upper-left corner of the active or specified window. |
|
Determine whether the active or specified window is maximized. |
|
Determine whether the active or specified window is minimized. |
|
Determine whether the active or specified window is in front of all other windows. |
|
Determine whether output is being directed to the active or specified window. |
|
Return the name of the parent window of the active or specified window. |
|
Included for backward compatibility. Use the Form Designer instead. |
|
Return the number of rows within the active or specified window. |
|
Return the title assigned to the active or specified window. |
|
Determine if the specified window has been activated and isn't hidden. |
|
Change the size and position of a user-defined window or a Visual FoxPro system window. |