Search Results

2
votes

How to reuse a (Delphi) OLE server with a second client?

In the client, use ConnectKind := ckRunningOrNew and an existing server should be used instead of starting a new one. …