Please tell me how you can find out what elements the component (TDBGridEh) of the user interface of another application consists of. Or explain why no automation API (neither win32 nor uia) provides information on it details on the screenshot
Context: I am creating a python application to automate another application written in Delphi. It was possible to use the win32gui to control elements such as TCheckBox, Static, SysListView32 by sending messages using SendMessage. pywinauto also managed to extract data from the TPairTreeViewCheck component. But it doesn't work out for TDBGridEh in any way. What could be the problem and how can I get access to it?