Add Method

Applies to TestComplete 15.63, last modified on April 23, 2024
This method is provided by the legacy OCR plugin. In version 12.60, the plugin was replaced with the new Optical Character Recognition plugin powered by Google Cloud Vision API. To learn more, see Optical Character Recognition.
The legacy OCR plugin was removed from TestComplete in version 12.60. If you need to use objects, methods, and properties provided by the legacy plugin with this version of TestComplete, please contact our Customer Care team. The legacy OCR plugin was restored in TestComplete version 14.0. To use the objects, methods, and properties with this or later TestComplete version, you need to install and enable the plugin manually.

Description

The IntCollection.Add method lets you create a new item in the given integer value collection represented by the IntCollection object.

Declaration

IntCollectionObj.Add(Value)

IntCollectionObj An expression, variable or parameter that specifies a reference to an IntCollection object
Value [in]    Required    Integer    
Result None

Applies To

The method is applied to the following object:

Parameters

The method has the following parameter:

Value

The integer value you want to add to the collection of integer values.

Result Value

None.

Example

To view an example that demonstrates how to use the Add method, see the General Recognition Procedure section of the Using Optical Character Recognition help topic.

See Also

IntCollection.Item
IntCollection.Count
Using Optical Character Recognition

Highlight search results