Question and Answer Database FAQ113D.txt Accessing Server Methods from Client Category :DCOM/MultiTier/ActiveForm Platform :All Product :Delphi 3.x Question: How do I access a method on the application server from TClientDataSet? Answer: RemoteServer.AppServer.MyMethod. AppServer is a read-only property that points to the interface returned to the remote server by an application server's provider component. Client applications can communicate directly with the application server through this interface. 7/16/98 4:31:28 PM
Last Modified: 01-SEP-99