objCommand

RAMP-NL

objCommand


objFramework contains read only properties that provide information about the current command to your scripts:  

Property

Type

Description

uCaption

string

The caption of the current command.

uUserObjectType

string

The User Object Name / Type of the current command.

uAlphaArg1

String

The optional alpha argument 1 of the current VLF command handler

uAlphaArg2

String

The optional alpha argument 2 of the current VLF command handler

uNumArg1

Integer

The optional numeric argument 1 of the current VLF command handler

uNumArg2

Integer

The optional numeric argument 2 of the current VLF command handler

uExecReason

String

The reason that the current command handler was executed. This string contains "EXECUTE" or "ACTIVATE" indicating why the current RAMP command was executed. The value "ACTIVATE" is only applicable to visible VLF-WIN application scripts. In all other contexts, including screen wrappers, the value "EXECUTE" is always used.