This method pauses the preview or restarts a preview that has been paused.

[Delphi]   [ Boolean = ]previewcontrolname.Pause

Parameters

None

Return Value

Returns True if successful, returns False when not successful.

Explanation

The Pause method pauses the preview that has been started with the Start method. If this method is executed when the preview is paused, the preview will restart.

If the return value is True, then the State property is updated. If the return value is False, then values of 2 or 11 will be set in the ErrorStatus property.

 

The ImageKit10 VCL is a product created by Newtone Corporation