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....



OnCheckCVDAbort


Unit: SDL_statis
Class: TPLSModel
Declaration: property OnCheckCVDAbort: TOnCheckAbortEvent;
{ TOnCheckAbortEvent = procedure (Sender: TObject; var Abort: boolean) of object; }

The event OnCheckCVDAbort is regularly triggered by the cross validation procedure in order to provide the possibility to abort the cross validation. In order to abort the cross validation the parameter Abort has to be set to TRUE.

Hint: OnCheckCVDAbort can also be used to prevent the program to freeze during cross validation. Insert the statement Application.Processmessages; for this purpose.



Last Update: 2023-Feb-06