Utility components Remove method
Removes a string from the collection.

Syntax:

object.Remove(index)

IDL definition:

[id(4), helpstring("method Remove")] HRESULT Remove([in] long lIndex);

Parameters:

object - Previously created UtilStringList object

index - index (1-based) of the string to remove

Examples:

strlist.Remove(3);

strlist.Remove(3)

Applies to: UtilStringList

See also: Item property, Add method

 

newObjects Copyright 2001-2005 newObjects [ ]