Previous: 4.47.1.6. StopAtClose To the Table of Contents Next: 4.47.2. TMMedia Object Methods
4.47.1.6. StopAtClose Table of Contents 4.47.2. TMMedia Object Methods

- 4.47.1.7. -
Table of Contents
4. Standard Units
4.47. MMedia - Multimedia Devices support unit
4.47.1. TMMedia Object Fields
4.47.1.7. Wait


4.47.1.7. Wait

Targets: Win32 only


MMedia Unit

Determines whether a TMMedia method returns control to the application only after it has been completed.

Declaration:
  Wait: Boolean;
Remarks: If Wait is TRUE, the TMMedia object waits until the next TMMedia object method has finished before returning control to the application. If Wait is FALSE, the application won't wait for the next TMMedia object method to finish before continuing.

Wait is set to FALSE by default, so it is recommended to set Notify to TRUE so the application is notified when the TMMedia object method finishes.


Previous: 4.47.1.6. StopAtClose To the Table of Contents Next: 4.47.2. TMMedia Object Methods
4.47.1.6. StopAtClose Table of Contents 4.47.2. TMMedia Object Methods

- 4.47.1.7. -