ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV Mobile 2024 feature!
This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Controls, pages and windows / Control functions
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
AccessibilityScreenReaderEnabled (Function)
In french: AccessibilitéLecteurEcranActif
Determines if the screen reader is enabled.
iPhone/iPad In iOS, this feature is known as "VoiceOver".
Android In Android, this feature is known as "TalkBack".
Example
INTERNAL PROCEDURE onVoiceOver(bActif)
	GR_Détail.Visible = NOT bActif
END
AccessibilityScreenReaderEnabled(onVoiceOver)
Syntax
<Result> = AccessibilityScreenReaderEnabled([<WLanguage procedure>])
<Result>: Boolean
  • True if the screen reader is enabled,
  • False otherwise.
<WLanguage procedure>: Name of optional procedure
Name of the WLanguage procedure used to determine whether the screen reader is enabled and indicate when its status changes. This procedure has the following format:
PROCEDURE <Nom de la procédure>(<Activation>)
where <Enabled> is a boolean:
  • True if the screen reader is enabled,
  • False otherwise.
If the procedure name is not specified, screen reader detection is stopped.
Business / UI classification: UI Code
Component: wd290android.aar
Minimum version required
  • Version 2024
Comments
Click [Add] to post a comment

Last update: 04/10/2024

Send a report | Local help