Icon Params Property

property Params: TParams

Use the Params property to get/set the parameters for the custom server procedure. The Params proerty is a zero-based array of TParam objects. Index specifies the array element to access.

Warning Do not add or delete parameters, or change their name, using this property. The parameters that are sent by the calling remote session should be left as-is. Any result or output parameters required by the calling remote session will be marked as such (ptInputOutput, ptOutput, or ptResult) via their ParamType property.
Image