Forum: Pascal and Delphi Apr 3rd, 2008 |
| Replies: 4 Views: 2,253 editbox2.value := editbox1.value + editbox2.value;
invalidate;
place these two lines in the code where thecalculation is required. Invalidate will cause the editboxes to be re-diplayed with... |