Delete Method of the DataSets Object
This method deletes the data set from the collection.
Syntax
Visual Basic .NET
Sub Delete(Item As DataSet)
C++
HRESULT Delete( IDataSet* Item );
Parameters
- Item
- [in] The variable specifies the DataSet to be removed.
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