_WOpen( ) API Library Routine
Creates a new window at the coordinates specified by the top, left, bottom, and right parameters.
WHANDLE _WOpen(int top, int left, int bottom, int right, int flag,
int scheme_num, Scheme FAR *scheme, char FAR *bord)
int top; /* Row of top coordinate. */
int left; /* Column of left coordinate. */
int bottom; /* Row of bottom coordinate. */
int right; /* Column of right coordinate. */
int flag; /* Attributes. */
int scheme_num; /* Color scheme. */
Scheme FAR *scheme; /* Points to color scheme to use. */
char FAR *bord; /* Border type. */ |
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08