API Documentation > Classes > Interface IpfcFileOpenRegisterOptions
Interface IpfcFileOpenRegisterOptions
Description
The class specifies options for registering a open operation.
User Guide References:
Property Summary
Property
as String
Short description of the file type to be opened.
Property
as String
The file type to be opened.
Method Summary
Function
CCpfcFileOpenRegisterOptions.Create (FileType as String, FileDescription as String) as IpfcFileOpenRegisterOptions
Creates an object of class FileOpenRegisterOptions
Property Detail
Property
FileDescription
as String
Short description of the file type to be opened.
This will appear as file description in the File Open Dialog.
Property
FileType
as String
The file type to be opened.
This will appear as the file extension in the File Open Dialog.
Method Detail
Function
CCpfcFileOpenRegisterOptions.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.
Was this helpful?