|
|
|
|
|
AccessibilityScreenReaderEnabled (Function) In french: AccessibilitéLecteurEcranActif Determines if the screen reader is enabled. INTERNAL PROCEDURE onVoiceOver(bEnabled)
GR_Details.Visible = NOT bEnabled
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 <Procedure name>(<Enabled>) 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: wd300android.aar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|