Data.DB.IDBApplication.ProcessMessages

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ProcessMessages;

C++

virtual void __fastcall ProcessMessages(void) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB IDBApplication

Description

Allow an application to process queued messages.

Call ProcessMessages to permit the application to process messages that are currently in the message queue. Neglecting message processing affects only the application calling ProcessMessages, not other applications. In lengthy operations, calling ProcessMessages periodically allows the application to respond to paint and other messages.