Description
Read-only. Returns the value OBJ_ANYAPP.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application, Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify, ZoneLink
Syntax
object.CurrentObjectModel
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
CurrentObjectModel is the command.
Example
If Application.CurrentObjectModel = OBJ_ANYAPP then
MsgBox "This is an AnyApp Event"
End if