Fudley 5 Posted 18 hours ago delphi 12, fmx, android What is a simple technique for sending communications from one TForm to another TForm? (other than filling a hidden label or clicking a hidden button on the target form maybe?) Share this post Link to post
Lajos Juhász 319 Posted 16 hours ago Calling a method of the target form? 1 Share this post Link to post
Rollo62 577 Posted 2 hours ago https://docwiki.embarcadero.com/Libraries/Sydney/de/System.Messaging.TMessageManager.SendMessage https://docwiki.embarcadero.com/Libraries/Sydney/de/System.Messaging.TMessageManager.SubscribeToMessage https://docwiki.embarcadero.com/CodeExamples/Sydney/en/System.Messaging_(Delphi) Share this post Link to post