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



OnFileCheck


Unit:SDL_filesys
Class:TUnivSaveDialog
Declaration:property OnFileCheck: TOnFileCheckEvent;
{TOnFileCheckEvent = procedure (Sender: TObject; FileName: string; var FileDoesExist: boolean) of object; }

The OnFileCheck event occurs after the user has entered a filename. The event handler has to check whether the entered file already exists. OnFileCheck is only triggered if UseStandardDialog is FALSE.



Last Update: 2023-Feb-06