I am trying to create a more complex dialog type form (called frmComment) that uses the Tmemo field and some labels. I realized that if I run frmComment.Show, it will show the form, but processing will not stop. Basically, how do I handle a procedure to stop before closing a form?
Or, if this is not practical, the best way is to create a more complex dialog form (which stops processing the program and returns something useful).
thanks
source share