Library | Module

Interface IpfcFileOpenRegisterOptions



Description

The class specifies options for registering a open operation.



Property Summary

PropertyFileDescriptionas String
Short description of the file type to be opened.
PropertyFileTypeas String
The file type to be opened.



Method Summary

FunctionCCpfcFileOpenRegisterOptions.Create (FileType as String, FileDescription as String) as IpfcFileOpenRegisterOptions
Creates an object of class FileOpenRegisterOptions



Property Detail


PropertyFileDescriptionas String

Short description of the file type to be opened.

This will appear as file description in the File Open Dialog.




PropertyFileTypeas String

The file type to be opened.

This will appear as the file extension in the File Open Dialog.





Method Detail


FunctionCCpfcFileOpenRegisterOptions.Create (FileType as String, FileDescription as String) as IpfcFileOpenRegisterOptions

Creates an object of class FileOpenRegisterOptions
Parameters:
FileType
The file type to be opened.
FileDescription
Short description of the file type to be opened.
Returns:
An object of class.