DeleteAt Method
This method is specific to collection objects. It removes an element from collection by its index.
Syntax
HRESULT DeleteAt( int Index );
Parameters
- Index
- [in] This variable contains index of the collection element. It should be in a range from 0 to the value of the Count property of this collection minus 1.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions
Remarks
The following collections have this method:
|
|
---|
See also
03.07.2024 8:50:25