Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Remove Method

Show in webframe
The object to remove from the LeadCollection. The value can be null.
Removes the first occurrence of a specific object from the LeadCollection.
Syntax
 function Leadtools.LeadCollection.remove( 
   item 
)

Parameters

ParameterTypeDescription
itemobjectThe object to remove from the LeadCollection. The value can be null.
Remarks

This method determines equality using the default equality comparer of the type of values in the list.

This method raises the CollectionChanged event with Remove action.

See Also

Reference

LeadCollection Object
LeadCollection Members

Error processing SSI file