| Library | Module | Frames | Expand |
| Function | FileSaveAccess (FileType as String, Model as IpfcModel) as Boolean | |
| The callback function to decide if the file type should be selectable in File 'Save a Copy' dialog or not. | ||
| Sub | OnFileSaveRegister (FileType as String, Model as IpfcModel, FilePath as String) | |
| This callback function is called upon pressing OK button on the File 'Save a Copy' dialog for the new registered type. | ||
| Function | FileSaveAccess | (FileType as String, Model as IpfcModel) as Boolean |
|
The callback function to decide if the file type should be selectable in File 'Save a Copy' dialog or not.
|
| Sub | OnFileSaveRegister | (FileType as String, Model as IpfcModel, FilePath as String) |
|
This callback function is called upon pressing OK button on the File 'Save a Copy' dialog for the new registered type.
|