Determines if the open MCI device can play. This property is not available at design time and is read-only at run time.
Syntax
[form.]MMControl.CanPlay
Remarks
The following table lists the CanPlay property settings for the Multimedia MCI control.
Setting | Description |
False | (Default) The device cannot play. |
True | The device can play. |
The value of CanPlay is retrieved using MCI_GETDEVCAPS during the processing of an Open command.
Data Type
Integer (Boolean)