StationOptions.UIMessageDelay
- Updated2024-10-09
- 1 minute(s) read
StationOptions.UIMessageDelay
Syntax
StationOptions.UIMessageDelay
Data Type
Purpose
Specifies how many milliseconds must pass between postings of UIMsg_Trace events.
Remarks
Set this property to specify how many milliseconds must pass before you receive the next UIMsg_Trace event. This property is useful for slowing down the posting of trace messages to the user interface or sequence editor to allow time for processing mouse events and/or to display the trace of an execution more slowly.
Note
The value of this property can never be less than the value of the
StationOptions.UIMessageMinDelay
property. If set to a lesser value, UIMessageDelay is automatically reset to the value of the
StationOptions.UIMessageMinDelay
property.