Icon RemoteParams Property

property RemoteParams: TParams

This property is used with the CallRemoteProcedure method to call custom server procedures added to the ElevateDB Server engine. This property only applies to remote sessions where the SessionType property is set to stRemote.

Information The parameters that are sent along with the custom server procedure call are completely user-defined. It is up to the calling remote session to define all necessary parameters, including output or result parameters for getting data back from the custom server procedure.
Image