ArcPad Scripting Object Model
CreateSysObject Method
See Also  Send comments on this topic.
pTypeName
Required. A String that represents the ActiveX object to create.
Application Object : CreateSysObject Method

Glossary Item Box

Description

Creates and returns a reference to an ActiveX object that is supported on the current device.

Syntax

Set variable = object.CreateSysObject ( pTypeName )

Parameters

pTypeName
Required. A String that represents the ActiveX object to create.

Return Type

Object

Remarks

The object specified by the pTypeName argument must be supported on the current device or the CreateSysObject method will fail.

See Also

© 2012 All Rights Reserved.