DwinsHs_ProcessMessages procedure

The procedure permits the Setup to process messages that are currently in the message queue. The DwinsHs_ProcessMessages procedure cycles the Windows message loop until it is empty, and then returns control to the Setup. Call this method during lengthy operations, to keep the Setup GUI responsive.

Declaration:

procedure DwinsHs_ProcessMessages();

Note:

The procedure has been called in the DwinsHs_ReadRemoteURL function, so it's not required in its OnRead callback function.