ArcPad Scripting Object Model
Quit Method
See Also  Send comments on this topic.
Application Object : Quit Method

Glossary Item Box

Description

Quits ArcPad.

Syntax

object.Quit

Remarks

ConfirmQuit prompts the user to confirm he or she wants to quit the current ArcPad session.


Sub ConfirmQuit
  If MsgBox("Are you sure you want to quit the current ArcPad session?",vbYesNo,"QUIT?") = vbYes Then
    Application.Quit
  End If
End Sub

See Also

© 2012 All Rights Reserved.