Get access to over 100 FireMonkey cross platform samples for Android, IOS, OSX, Windows, and Linux!

AppmethodComponentDelphiFiremonkeyOSXWindows

Free Accessibility Support Pack For Delphi XE7 Firemonkey On Windows And Mac OSX

| Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOS

Delphi XE7 Firemonkey MSAA OSXAX Accessibility Windows OSX | Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey Delphi Android Delphi IOSEmbarcadero has released a free Accessibility pack for Delphi XE7 Firemonkey for Windows and Mac OSX. The accessibility pack brings screen reader support to Firemonkey using the Microsoft Active Accessibility architecture and the OSX accessibility protocol (Apple VoiceOver). It appears to be as easy as added a couple units to your uses clause and using TAccForm which is derived from TForm. Here is the sample uses clause from the documentation:
uses
System.SysUtils, System.Types, System.UITypes, System.Rtti,
System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms,
FMX.Dialogs, FMX.StdCtrls, FMX.ScreenReaderCommon
{$IFDEF MACOS}
, FMX.ScreenReader.Mac
{$ELSE}
, FMX.ScreenReader.Win
{$ENDIF}
;

There is built in accessibility support for the following Firemonkey controls: TButton, TSpeedButton, TTracker, TEdit, TListBox, TComboBox, TComboEdit, TSpinBox, TLabel, TCheckBox, TRadioButton, TMainMenu, TMemo, TTreeView, and TCustomGrid. If you need to have accessibility support in your own controls there are also instructions for using the IFMXAccessibility interface. I would guess this library also works with AppMethod and we have covered the Delphi XE6 Firemonkey Accessibility pack here.

Head over and download the free Delphi XE7 Firemonkey accessibility pack from Embarcadero.

Have Delphi Firemonkey questions? Ask and get answers on StackOverflow.

Related posts
DelphiDemoFiremonkeyLinuxOSXShowcaseWindows

AutoBlogAI: FireMonkey Client To Leverage LLMs And Generative AI For Blogging

DelphiFiremonkeyShowcaseUtilityWindows

Unleashing Creativity With Song Writer AI: A Deep Dive

DelphiFiremonkeyShowcaseWindows

How To Build Stable Diffusion Text To Image Prompts

AndroidC++BuilderDelphiFiremonkeyIOSOSXWindows

FireMonkey 10.4.2 Features Updated iOS 14, Android 11, And macOS 11 Support Plus Hundreds Of Fixes

Sign up for our Newsletter and
stay informed

Leave a Reply