Any changes the user has made to the dialog values will be discarded.
Calling dlgReject() implies a call to dlgReset().
Example
int Number = 1; int Result = dlgDialog("Test") { dlgIntEdit(Number); dlgPushButton("+OK") dlgAccept(42); dlgPushButton("Cancel") dlgReject(); dlgPushButton("Reset") dlgReset(); };
Index | Copyright © 2005 CadSoft Computer GmbH |