pause

pause();

The pause method of the MultiMedia class pauses the playing or recording of the device or file associated with the control.

The method in the following example shows the use of the pause method.

pause_click(btn: Button input) updating;
begin
    cd.pause;
end;

To restart the playing or recording, use the play, playFromTo, or resume method.