Icon CopyParams Method

procedure CopyParams(Value: TParams)

Call CopyParams to copy the procedure/function's parameters into a separate parameter list object. Value is the parameter list into which to assign the procedure/function's parameters. Value can be the parameter list of another procedure/function. If the procedure/function is not prepared when an application calls CopyParams, CopyParams calls Prepare before assigning the parameters to the target parameters list, and then calls UnPrepare to return the procedure/function to its previous state.
Image