Add Method

Applies to TestComplete 12.60, last modified on September 17, 2018
The Optical Character Recognition feature provided by the OCR plugin is deprecated. It was removed from TestComplete in version 12.60 and is no longer available for later versions.
Instead, TestComplete version 12.60 introduces the new Optical Character Recognition engine featuring Google Cloud Vision API. To learn more, see Optical Character Recognition.
If you need to use the legacy feature, please contact our Customer Care team.

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 - Overview help topic.

See Also

IntCollection.Item
IntCollection.Count
Using Optical Character Recognition

Highlight search results