Icon CopyParams Method

procedure CopyParams(Value: TParams)

Call CopyParams to copy the script's parameters into a separate parameter list object. Value is the parameter list into which to assign the script's parameters. Value can be the parameter list of another script. If the script 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 script to its previous state.
Image