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_dendrogram
Class:TDendrogram
Declaration:property OnProgress: TOnPercentDoneEvent;
{TOnPercentDoneEvent = procedure (Sender: TObject; PercentDone: integer) of object;}

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

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



Last Update: 2023-Dec-13