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

Glossary Item Box

Description

Returns the value of the specified property.

Property type

Read-only property

Syntax

object.Properties ( Name ) = [ value ]

Parameters

Property

Return Type

Variant

Remarks

The Properties property is used to get the value of properties that need to be accessed less often. All properties are read-only at this time. The following properties are supported:

Name Description Return Type
ListTable The filename of the DBF table in use for the control. String

Here's an example of reading the Properties property:

strDBFFile = pControl.Properties ("ListTable")

See Also

© 2013 All Rights Reserved.