| [SOLVED] Delphi Program Wait Until Procedure Completion? Can I get my Delphi app to wait until the completion of a procedure before commencing the next step? I need to record wav files of a document I am parsing and speaking via tts. Trouble is the doc is parsed so fast that the wav files are all 0ms length. I need the app to wait until the speaking of each entry is completed before commencing the next one. Can I do this? |