Skip to main content
All docs
V25.1
  • DXWIN0006: DoEvents Call

    Severity: Warning

    The DoEvents() method suspends the current thread and processes all waiting window messages. If a message causes an event to be triggered, then other areas of your application code may execute. This can cause your application to exhibit unexpected behaviors that are difficult to debug. As such, it is generally recommended to avoid calling this method.