Library | Module

Interface IpfcFileOpenRegisterListener



Description

Listener providing implementation for external functions registered by the application and capable of being used for Open operation.
Direct Parent Classes:
IpfcActionListener



Method Summary

FunctionFileOpenAccess (FileType as String) as Boolean
The callback function to decide if the file type should be selectable in File Open dialog or not.
SubOnFileOpenRegister (FileType as String, FilePath as String)
This callback function is called upon pressing Open button for the new registered type.



Method Detail


FunctionFileOpenAccess (FileType as String) as Boolean

The callback function to decide if the file type should be selectable in File Open dialog or not.
Manual References:
Session Objects: File Dialogs
Parameters:
FileType
The file type.
Returns:
Boolean indicating whether the file type is selectable.



SubOnFileOpenRegister (FileType as String, FilePath as String)

This callback function is called upon pressing Open button for the new registered type.
Parameters:
FileType
The file type.
FilePath
The absolute path of the file open location.