Jump to content

Feniks888

Members
  • Content Count

    5
  • Joined

  • Last visited

Everything posted by Feniks888

  1. 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!
  2. Thank you very much for the code, I'll try it today and let you know if it worked.
  3. 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?
×