Mobile Data Studio › Object Model › Page
The Page class represents one page of a Project.
This can be obtained via the Project.Pages property, which returns a PageCollection.
Properties
Application
Returns the root Application.
AsXML
Returns an XML description of the page, and all of its points, as a String.
Caption
A String that is the page caption. Read/write.
Help
A String that is displayed if the user taps on the page caption. May include limited HTML markup. Read/write.
Points
Returns a PointCollection with references to the Point objects on the page.
Project
Returns the Project this page belongs to.
Text
A String that is displayed below the page caption. Read/write.
Unique
Returns an Integer that uniquely identifies this page within the project.
No two pages have the same identifier, and the identifer is preserved when rearranging pages.