Destroys an argument List previously created with the OLE2.Create_Arglist Function.
PROCEDURE OLE2.Destroy_Arglist
(List List_Type);
List | The name of an argument List assigned to the OLE2.Create_Arglist Function. |
/*
** Destroy an argument list.
*/
OLE2.Destroy_Arglist(My_Arglist);