FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TCustomFlexCelReport.OnProgress Event

Occurs when progress is made in the template.

Pascal
property OnProgress: TOnFlxProgressEvent;
C++
__property TOnFlxProgressEvent OnProgress;

this event can be a simple way to get feedback for your reports, but the recommended way to do this if you have reports that take a considerable time to execute is to run the reports from athread and use the Progress property to update the user interface. 

Using this eevnt will probably result in a non responsive application. 

 

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