ArcPad Scripting Object Model
AddItem Method
See Also  Send comments on this topic.
Value
Required. A String that specifies the Value.
Text
Required. A String that specifies the Text.
Control Object : AddItem Method

Glossary Item Box

Description

Adds an item to a ComboBox or ListBox control.

Syntax

object.AddItem ( Value, Text )

Parameters

Value
Required. A String that specifies the Value.
Text
Required. A String that specifies the Text.

Remarks

  •  For a ComboBox, when limittolist attribute is set to true, the syntax can only be object.AddItem ( Value )

See Also

© 2013 All Rights Reserved.