| Library | Module | Frames | Expand |
| Property | FileDescription | as String |
| Short description of the file type to be opened. | ||
| Property | FileType | as String |
| The file type to be opened. | ||
| Function | CCpfcFileOpenRegisterOptions.Create (FileType as String, FileDescription as String) as IpfcFileOpenRegisterOptions | |
| Creates an object of class FileOpenRegisterOptions | ||
| 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. |
| Function | CCpfcFileOpenRegisterOptions.Create | (FileType as String, FileDescription as String) as IpfcFileOpenRegisterOptions |
|
Creates an object of class FileOpenRegisterOptions
|