FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TCustomFlexCelReport.Cancel Method

Cancels a running report.

Pascal
procedure Cancel;
C++
__fastcall Cancel();

This method is useful when running the report on a thread, to implement a "Cancel" button. 

For using it, you have to run the report on another thread. 

See Thread demo for details.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!