ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The ScreenCastInProgress property is used to determine if the video played in a Multimedia control is being played on an external device (compatible with Air Play).
Example
IF MM_Multi.ScreenCastInProgress = True THEN
// Code if the video is being played on an external device (compatible with Air Play)
END
Syntax
<Result> = <Multimedia control>.ScreenCastInProgress
<Result>: Boolean
  • True if the video is being displayed on an external device,
  • False otherwise.
<Multimedia control>: Control name
Name of Multimedia control to use.
Minimum version required
  • Version 21
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help