ArcPad Scripting Object Model
Parameters Property
See Also  Send comments on this topic.
Parameter
Required. A Long that specifies the parameter.
ThisEvent Object : Parameters Property

Glossary Item Box

Description

Gets or sets rarely used parameters for the current event.

Property type

Read-only property

Syntax

object.Parameters ( Parameter ) = [ value ]

Parameters

Parameter
Required. A Long that specifies the parameter.

Return Type

Variant

Remarks

The Parameters property is currently only used by the OnPower and OnExEvent events of the Application object.

For the OnPower event, the Parameters(1) property contains the power management event that was broadcast by the operating system. Please see the OnPower topic for more details

For the OnExEvent event, the Parameters(1) property contains the event ID and the Parameters(2) property contains the lParam value from the corrsponding PostMessage call.

See Also

© 2013 All Rights Reserved.