This method closes the video file.

[Delphi]   [ Boolean = ]playcontrolname.Close

Parameters

None

Return Value

Returns True if successful, returns False when not successful.

Explanation

The Close method closes the video file that is opened with the Open method. If the return value is True (nonzero), then the State property is updated. If the return value is False, then 11 will be set in the ErrorStatus property. This applies to executing the Close method without first executing the Open method.

 

The ImageKit10 VCL is a product created by Newtone Corporation