Library | Module

Interface IpfcFileSaveRegisterOptions



Description

The class specifies options for registering a save operation.



Property Summary

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



Method Summary

FunctionCCpfcFileSaveRegisterOptions.Create (FileType as String, FileDescription as String) as IpfcFileSaveRegisterOptions
Creates an object of class FileSaveRegisterOptions



Property Detail


PropertyFileDescriptionas String

Short description of the file type to be saved.

This will appear as file description in the File 'Save a Copy' Dialog.




PropertyFileTypeas String

The file type to be saved.

This will appear as the file extension in the File 'Save a Copy' Dialog.





Method Detail


FunctionCCpfcFileSaveRegisterOptions.Create (FileType as String, FileDescription as String) as IpfcFileSaveRegisterOptions

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