ApplicationMgr.QueryReloadSequenceFile
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ApplicationMgr.QueryReloadSequenceFile
Syntax
ControlName_QueryReloadSequenceFile( file, opt)
Applies To
Purpose
Occurs when the Application Manager control wants to reload a modified sequence file because you called the ApplicationMgr.ReloadModifiedSequenceFiles method or because the Application Manager control detected a modified sequence file.
Remarks
Use this event to customize how the application prompts the user to reload the modified sequence file or to reload or ignore modified sequence files without prompting the user.
Parameters
file As SequenceFile
[In] Specifies the sequence file to reload.
opt As QueryReloadSequenceFileOptions
[In/Out] Use QueryReloadSequenceFileOptions with this parameter. This parameter is initialized to QueryReloadSequenceFile_Prompt . You can change the value of this parameter to make the Application Manager control reload or discard the modified file without prompting the user.
See Also
ApplicationMgr.AutomaticallyReloadModifiedFiles
ApplicationMgr.ReloadModifiedFilesInterval