Contents - Index - Previous - Next


DoProcessMessages property

 

Applies to

TVCLUnZip component

 

Declaration

property DoProcessMessages: Boolean;

 

Description

The DoProcessMessages property determines whether a call to Application.ProcessMessages will be called periodically during operations.  Setting this to true will allow you to cancel long operations by calling the CancelTheOperation Method. It will also allow things like screen repaints and such.