ApplicationMemoryExists (Method) - OCR for AnyDoc - Foundation 23.1 - Foundation 23.1 - AnyDoc - external

OCR for AnyDoc Programming Reference Guide

Platform
AnyDoc
Product
OCR for AnyDoc
Release
Foundation 23.1
License

Description

Returned if at least one memory cell exists for the given index value, within the application.

Applicable Events

AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application

Syntax

object.ApplicationMemoryExists(strIndexValue)

Parameters

Object is a reference to the Application object. For more information, see Application Object (page Application Object).

ApplicationMemoryExists is the command.

strIndexValue is the required index value.

Example

If Application.ApplicationMemoryExists("IndexName") then

MsgBox "IndexName is indexed"

End if