Contents - Index - Previous - Next


CancelTheOperation method

 

Applies to

TVCLUnZip component

 

Declaration

procedure CancelTheOperation;

 

Description

The CancelTheOperation method causes the current zipping or unzipping operation to be canceled.  This is useful if you wish to abort a very long operation before it is finished.  If the DoProcessMessages Property is set to False, calling this procedure will have no effect. 

 

The operation will cancel just before the next clearing of the buffer, so it may not be instantaneous.