add Method

Summary

Adds an object to the end of the LeadCollection.

Syntax
TypeScript
JavaScript
LeadCollection.prototype.add = function( 
   item 
) 
add( 
   item: any 
): void; 

Parameters

item

The object to be added to the end of the LeadCollection. The value can be null.

Remarks

LeadCollection accepts null as a valid value and allows duplicate items.

This method raises the CollectionChanged event with Add action.

Requirements

Target Platforms

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.