_Dialog( ) API Library Routine
Displays on the screen a dialog box that is the specified color scheme and contains the specified body text and button text.
int _Dialog(int scheme, char FAR *body_text, char FAR *button1,
char FAR *button2, char FAR *button3, int default, int
escape)
int scheme; /* Color scheme number. */
char FAR *body_text; /* Text in dialog. */
char FAR *button1; /* Button prompt. */
char FAR *button2; /* Button prompt. */
char FAR *button3; /* Button prompt. */
int default; /* Number of the default button. */
int escape; /* Number of the button to press if Esc. */ |
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