QueueSelectEvents Property (Application Object)

Scope: Schematic editor

Object: Application Object

Access: Read/Write

Prerequisites: None

Sets or disables event queuing.

Usage

Application.QueueSelectEvents = Long

Arguments

None

Return Values

Long. When this property is set to True, the application posts each Select event to a queue without execution. When set to False, the application executes the Select event for each queued block, if any.

Put another way, true enables queuing of Select events, while false does not queue the Select events, but executes them immediately.