Avatar of LenYates
LenYates

asked on 

COM Automation Client in Delphi

How do I create a RTD Client using Delphi Pascal? My app needs to RTD connect with another app running in the same PC to obtain real-time stock market data. I have thoroughly researched this but have yet to find the information I need. Note that this is the first time for me to use RTD and the first time to use a Delphi interface. I used Component/Install Component to create a type library. I know that implementation of each member is up to me, but what do I put in these? What do I put in my ServerStart function? In ConnectData? And so on...
DelphiPascal

Avatar of undefined
Last Comment
Geert G

8/22/2022 - Mon