- 4.47.1.7 -
Standard Units
MMedia Unit
TMMedia Object FieldsTMMedia.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.
|
|
|
StopAtClose |
Table of Content |
TMMedia Object Methods |
- 4.47.1.7 -