Any changes the user has made to the dialog values will be discarded.
Calling dlgReject() implies a call to dlgReset().
Příklad
int Number = 1; int Result = dlgDialog("Test") { dlgIntEdit(Number); dlgPushButton("+OK") dlgAccept(42); dlgPushButton("Cancel") dlgReject(); dlgPushButton("Reset") dlgReset(); };
OBSAH | Translation © 2001 ELCAD v.o.s., Copyright © 2001 CadSoft Computer GmbH |