| Library | Module | Frames | Expand |
| Property | FileDescription | as String |
| Short description of the file type to be saved. | ||
| Property | FileType | as String |
| The file type to be saved. | ||
| Function | CCpfcFileSaveRegisterOptions.Create (FileType as String, FileDescription as String) as IpfcFileSaveRegisterOptions | |
| Creates an object of class FileSaveRegisterOptions | ||
| Property | FileDescription | as String |
|
Short description of the file type to be saved. This will appear as file description in the File 'Save a Copy' Dialog. |
| Property | FileType | as String |
|
The file type to be saved. This will appear as the file extension in the File 'Save a Copy' Dialog. |
| Function | CCpfcFileSaveRegisterOptions.Create | (FileType as String, FileDescription as String) as IpfcFileSaveRegisterOptions |
|
Creates an object of class FileSaveRegisterOptions
|