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



OnFileSelect


Unit:SDL_filesys
Class:TUnivSaveDialog
Declaration:property OnFileSelect: TOnFileSelectEvent;
{TOnFileSelectEvent = procedure (Sender: TObject; Parameters: string; var UserAction: TModalResult; var SelectedFileName: string) of object; }

The OnFileSelect event occurs when the user has to enter or select a filename. The event handler has to display a dialog where the user can enter the required information. The OnFileSelect event does not occur if UseStandardDialog is set to TRUE.



Last Update: 2023-Feb-06