ArcPad Scripting Object Model
IsActive Property
See Also  Send comments on this topic.
Page Object : IsActive Property

Glossary Item Box

Description

Returns True if the page is currently displayed; False otherwise.

Property type

Read-only property

Syntax

variable = object.IsActive

Return Type

Boolean

Remarks

Use the IsActive property to confirm that a page is currently displayed before attempting to set any properties of controls on that page. You can use the Active method to display a particular page.

See Also

© 2012 All Rights Reserved.