CLEAR EVENTS

From Lianjapedia
Revision as of 11:30, 22 September 2020 by Barrymavin (Talk | contribs)

Jump to: navigation, search

Purpose

Stops event processing started with READ EVENTS

Syntax

CLEAR EVENTS

See Also

CLEAR, CLEAR ALL, CLEAR LOCKS, CLEAR MEMORY, DO FORM

Description

The CLEAR EVENTS command stops event processing started with READ EVENTS.

Note: There is an implicit READ EVENTS when a FORM is executing to ensure that the objects/classes in the form remain in scope. The Form window must be closed or the CLEAR EVENTS command issued to continue processing subsequent commands. .

Example

clear events