Delete Method of Collection Objects
This method removes the element from the collection.
Syntax
Visual Basic .NET
Sub Delete(Value As <ElementType>)
C++
HRESULT Delete( I<ElementType>* Value );
Parameters
- Value
- [in] This parameter refers to the object to be deleted. ElementType is the type of objects in the collection. See the table below for details.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
Remarks
The table below describes the collections which provide this property and the types of elements in the collections:
See also
15.08.2023 13:19:30