Forum Discussion
arijken
9 hours agoOccasional Contributor
Match is a Delphi application so I can access it by using namemapping
I have access to my application because I can open a menu item
var mainMenu = Aliases.Match.fMain.MainMenu;
mainMenu.Click(menuPad); <-- this opens a from in my application
activeForm = ?????? <- how do I get the window opened by clicking on the menu item?
activeForm = Aliases.Match.fMain.ActiveWindow(); does not work
My question is still how do I get access to the form that is opened AFTER I click a Menu item?
rraghvani
Champion Level 3
9 hours agoUse the Object Spy tool on the form, and this will highlight the object in the Object Browser.