Icon RemoteParams Property

property RemoteParams: TDBISAMParams

Usage

Use the RemoteParams property to manipulate TDBISAMParam objects when calling server-side procedures from a remote session using the CallRemoteProcedure method or from within a server-side procedure via a TDBISAMEngine OnServerProcedure event handler. You should populate the RemoteParams property with the desired parameters prior to calling the CallRemoteProcedure method and, once the server-side procedure returns, you can then inspect the RemoteParams property to retrieve the return values, if any, from the server-side procedure.
Image