Questions tagged [iaccessible]
32 questions
0
votes
1 answer
Undeclared identifier AccessibleObjectFromEvent in Delphi XE
How can I resolve the following error, it seems he can not find the function AccessibleObjectFromEvent.
I am using version Delphi XE6.
This project list active urls in your browser.
Image
https://i.stack.imgur.com/lhwlY.png
Here is my code:
unit…

Fake
- 83
- 2
- 13
0
votes
1 answer
AccessibleChildren returning null
I am converting some VBA code that uses the AccessibleChildren method to C# but I am having some issues. The declaration looks like this:
[DllImport("oleacc.dll")]
private static extern uint AccessibleChildren(IAccessible paccContainer, int…

Tom
- 288
- 1
- 2
- 15