TParams.InitDefaultFileNameV2 Method
Overloads
| InitDefaultFileNameV2(string, string, Boolean) |
Initialize the folder with a new default tree: => "Documents / Editor / Software" for DEBUG and iOS => "AppData (HomePath) / Editor / Software" in RELEASE (except iOS) |
| InitDefaultFileNameV2(string, string, string, Boolean) |
Initialize the folder and the filename with a new default tree: => "Documents / Editor / Software" for DEBUG and iOS => "AppData (HomePath) / Editor / Software" in RELEASE (except iOS) |
Initialize the folder with a new default tree: => "Documents / Editor / Software" for DEBUG and iOS => "AppData (HomePath) / Editor / Software" in RELEASE (except iOS)
Delphi
class procedure InitDefaultFileNameV2(const AEditor: string; const ASoftware: string; AReload: boolean = True)
Parameters
- AEditor
- string
- ASoftware
- string
- AReload
- Boolean
Initialize the folder and the filename with a new default tree: => "Documents / Editor / Software" for DEBUG and iOS => "AppData (HomePath) / Editor / Software" in RELEASE (except iOS)
Delphi
class procedure InitDefaultFileNameV2(const AEditor: string; const ASoftware: string; const AFileName: string; AReload: boolean = True)
Parameters
- AEditor
- string
- ASoftware
- string
- AFileName
- string
- AReload
- Boolean