setBreakpointReceiver

Syntax

<Path>.setBreakpointReceiver(LineInBreakpointList:integer, ReceivingObject:object) → object

The method setBreakpointReceiver sets the Receiver of the breakpoint of the EventController designated by <Path>.

Parameters

  • The parameter LineInBreakpointList of data type integer designates the line of the breakpoint in the breakpoint list.

  • The parameter ReceivingObject of data type object designates the object that receives the breakpoint.

Return Value

The return value has the data type object.

Example

print EventController.setBreakpointReceiver(2,drain)

Related Topic

getBreakpointReceiver