Contenuto principale

Summary of Call Sequence

The diagrams show an abstract view of which actions are performed when you call a System object™. The background color or each action indicates the type of call.

  • Grey background — Internal actions

  • Green background — Author-implemented method

  • White background — User-accessible functions

If you want a more detailed call sequence, see Detailed Call Sequence.

Setup Call Sequence

This hierarchy shows the actions performed when the setup function is called by the system object. setup is usually called when you run a System object for the first time.

This image describes the call sequence of setup method

Running the Object or Step Call Sequence

This hierarchy shows the actions performed when you call the System object as a function, which is equivalent to using the step method to call the object.

This image shows the hierarchy of the methods when step is called.

Reset Method Call Sequence

This hierarchy shows the actions performed when you call the reset function.

This image describes the call sequence of reset method

Release Method Call Sequence

This hierarchy shows the actions performed when you call the release function.

This image describes the call sequence of release method

See Also

| | |

Topics