ArcPad Scripting Object Model
Close Method
See Also  Send comments on this topic.
OK
Optional. A Boolean that specifies the close state of the form.
Form Object : Close Method

Glossary Item Box

Description

Closes the form.

Syntax

object.Close ( [OK] )

Parameters

OK
Optional. A Boolean that specifies the close state of the form.

Remarks

OK is a boolean representing the close state of the form. If OK is True, the form is closed as if the OK button was clicked. If OK is False, the form is closed as if the Cancel button was clicked. If not specified, OK is False. [Optional].

See Also

© 2012 All Rights Reserved.