The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



OnProgress


Unit: SDL_rchart
Class: TContourPlot
Declaration: property OnProgress: TOnPercentDoneEvent;
{TOnPercentDoneEvent = procedure (Sender: TObject; PercentDone: integer) of object;}

The event OnProgress is triggered during the calculation of the contour plot in order to provide feedback to the user if the generation of the plot takes much time. The parameter PercentDone holds the percentage of already performed operations.

Example: This method is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): contplot



Last Update: 2023-Dec-13