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



TOnFileCheckEvent


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

The type declaration TOnFileCheckEvent declares the OnFileCheck event. The parameter FileName contains the full path of the file to be checked. The variable parameter FileDoesExist must be set to TRUE if the file referenced by FileName exists.


Last Update: 2023-Feb-06