GetItemFromArray  Method

Description         This method retrieves the specified value from the array of capability. Use GetCapabilityArray to retrieve the array of capability.

Usage                  ret = [form.]TWAIN. GetItemFromArray Array Item

Returns               ret                           Double            Value of capability on the specified position in the array.

Remarks             Array                     LONGLONG Handle to the array.

                            Item                        Long                Zero based integer. This value must be between 0 and GetNumOfItemsInArray - 1.

Programing Notes     See ErrorCode property for error. If operation succeded the error code will be TW_OK.

See Also              GetCapabilityArray Method, ReleaseData Method