WinStudio

Sequence Property

Containment

Use the Sequence property to specify the order of a container. WinStudio manages this sequence for most containers. For form page components, you must specify a zero-based sequence for each form page.

Event Handlers

The Sequence property indicates the position of an event handler in the execution order of handlers for an event. Zero (0) indicates that there is only one event handler. If any event handler returns an error, subsequent event handlers are not executed.