BuiltIn.RaiseEvent Method

Applies to TestComplete 15.63, last modified on April 10, 2024
This method is obsolete. See the Remarks section below.

Description

Generates an event specified by its name for the given tested object. The list of available events is displayed in the Events pane of the Object Browser panel.

Declaration

BuiltIn.RaiseEvent(Obj, EventName, Param1, Param2, ...)

Obj [in]    Required    Variant    
EventName [in]    Required    String    
Param1 [in]    Optional    Variant    
Param2 [in]    Optional    Variant    
...
Result None

Applies To

The method is applied to the following object:

Parameters

The method has the following parameters:

Obj

The object whose event you want to generate.

EventName

The name of the event to be generated.

Param1, Param2, ..., ParamN

Specify the corresponding parameters of the event to be raised.

Result Value

None.

Remarks

This method is obsolete. It is supported for backward compatibility only. To generate a particular event for an object, use the aqObject.RaiseEvent method.

The RaiseEvent function does not support HTML objects.

See Also

Handling Events
RaiseEvent Method

Highlight search results