Feniks888 0 Posted Wednesday at 09:22 AM Hello everyone, I'm currently working on a Delphi FMX application and need to improve its accessibility features for interactive elements. Specifically, I want to set the contentDescription for a TImage component, so that it can be properly identified by Google accessibility programs, allowing visually impaired users to interact with it effectively. Could someone please guide me on how to set the contentDescription for an existing TImage component on my form? Any examples or best practices for implementing accessibility in Delphi FMX would be greatly appreciated! Thank you in advance for your help! Share this post Link to post
Feniks888 0 Posted Wednesday at 12:46 PM (edited) I found some information on this topic here: https://support.google.com/accessibility/android/answer/7158690 but I’m unsure how to apply it in Delphi FMX. Could anyone provide guidance on how to implement the contentDescription for interactive elements like TImage in Delphi based on this information? Edited Wednesday at 12:47 PM by Feniks888 Share this post Link to post
Lajos Juhász 286 Posted Wednesday at 01:42 PM I believe this is still the situation. Share this post Link to post
Feniks888 0 Posted Wednesday at 05:05 PM 3 hours ago, Lajos Juhász said: Я вважаю, що це все ще така ситуація. Thank you for your response. Share this post Link to post