Description

GET_EVENT returns a description of the next event to be processed.

Note: This is a Windows only function.

Parameters

ParameterDescription
Returnvalue

@FM-delimited array:

ValueDescription
<1>Application ID.
<2>Control Entity ID (ctrlentID).
<3>Control Class ID (ctrlclassID).
<4>Event.
<5> through <14>Param1 through Param10.

Remarks

For more information about Get_Event, refer to the description for the QUERYEND property in Chapter 4: Properties.

See Also


Example

thisEvent = Utility("GET_EVENT")
  • No labels