| Library | Module | Frames | Expand |
| Function | FileOpenAccess (FileType as String) as Boolean | |
| The callback function to decide if the file type should be selectable in File Open dialog or not. | ||
| Sub | OnFileOpenRegister (FileType as String, FilePath as String) | |
| This callback function is called upon pressing Open button for the new registered type. | ||
| Function | FileOpenAccess | (FileType as String) as Boolean |
|
The callback function to decide if the file type should be selectable in File Open dialog or not.
|
| Sub | OnFileOpenRegister | (FileType as String, FilePath as String) |
|
This callback function is called upon pressing Open button for the new registered type.
|