ApplicationMgr.ReloadSequenceFilesOnStart
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ApplicationMgr.ReloadSequenceFilesOnStart
Syntax
ApplicationMgr.ReloadSequenceFilesOnStart
Data Type
Use the following constants with this data type:
- ReloadFile_All –(Value: 2) Reloads all files.
- ReloadFile_None –(Value: 0) Does not reload any files.
- ReloadFile_Selected –(Value: 1) Reloads any file selected in a SequenceFileView Manager control.
Purpose
Specifies which files to reload when the application starts.
Remarks
A value of ReloadFile_None results in nothing being reloaded on start. A value of ReloadFile_Selected makes the ApplicationMgr.Start method reload all files selected in any SequenceFileView Manager controls the last time the ApplicationMgr.Shutdown method was called. A value of ReloadFile_All makes the ApplicationMgr.Start method reload all files that were open when the ApplicationMgr.Shutdown method was last called.
The files load after the first time a user logs in.