Previous PageNext Page

9.9.8 Delete Method

Deletes an object from the Parameters collection.
 

Applies To

Parameters
 

Syntax

object.Parameters.Delete ( Index )

Parameters

object
A Command object.
Index
A Variant that evaluates either to the name or to the ordinal number of an object in a collection.

Remarks

Using the Delete method on a Parameters collection lets you remove one of the objects in the collection. This method is available only on the Parameters collection of a Command object. You must the use Parameter object's Name property or it's collection index when calling the Delete method, an object variable is not a valid argument.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page