AddNew Method of the FieldInstances Object
This method adds a field instance at the specified position in the collection.
Syntax
Visual Basic .NET
Function AddNew(Index As Integer) As Field
C++
HRESULT AddNew(
int Index,
IField** Result
);
Parameters
- Index
- [in] Specifies the index of the field instance in the collection. The value of this parameter can be -1, which means that the field instance is added at the end of the collection.
- Result
- [out, retval] A pointer to the IField* variable that receives the interface pointer for the added field instance.
Return values
This method has no specific return values. It returns the standard return values of ABBYY FlexiCapture SDK functions.
See also
15.08.2023 13:19:30