ArcPad Scripting Object Model
Properties Property
See Also  Send comments on this topic.
Property
Index
Application Object : Properties Property

Glossary Item Box

Description

Returns or sets infrequently used Application properties.

Property type

Read-write property

Syntax

object.Properties ( Name ) = [ value ]

Parameters

Property
Index

Return Type

Variant

Remarks

The Properties property is used to get or set various Application properties. Some of these properties are read-only and some are read/write. The following properties are supported:
Name Description Return Type Read-only or read/write
BuildNumber The build number of the ArcPad application. Long Read-only
MajorVersion The major version of the ArcPad application. Long Read-only
MinorVersion The minor version of the ArcPad application. Long Read-only
ProductVersion The complete version of the ArcPad application. String Read-only
Revision The revision of the ArcPad application. Long Read-only
SavePrompt Determines whether the save map prompt is displayed when closing the current map or exiting ArcPad. Default is True. Boolean Read/write
Here's an example of reading the Properties property:

       Application.MessageBox Application.Properties("ProductVersion"), apInformation, "ArcPad Version"

See Also

© 2012 All Rights Reserved.