ArcPad Scripting Object Model
Pages Property
See Also  Send comments on this topic.
Form Object : Pages Property

Glossary Item Box

Description

Returns a reference to the pages of the form.

Property type

Read-only property

Syntax

Set variable = object.Pages

Return Type

Remarks

The Pages property is the default property for the Form object. Therefore, the following two lines of code will yield the same result:

       Set objPage = Map.Layers("MyLayer.shp").Forms("frmMyForm").Pages("pgPage1")
       Set objPage = Map.Layers("MyLayer.shp").Forms("frmMyForm")("pgPage1")

See Also

© 2012 All Rights Reserved.