| Library | File | Frames | Expand |
| static pfcFileOpenRegisterOptions_ptr | Create (xrstring FileType, xrstring FileDescription) | |
| Creates an object of class FileOpenRegisterOptions | ||
| xstring | GetFileDescription () | |
| void | SetFileDescription (xrstring value) | |
| Short description of the file type to be opened. | ||
| xstring | GetFileType () | |
| void | SetFileType (xrstring value) | |
| The file type to be opened. | ||
| xstring | GetFileType | () |
| void | SetFileType | (xrstring value) |
|
The file type to be opened. This will appear as the file extension in the File Open Dialog.
|
| xstring | GetFileDescription | () |
| void | SetFileDescription | (xrstring value) |
|
Short description of the file type to be opened. This will appear as file description in the File Open Dialog.
|
| static pfcFileOpenRegisterOptions_ptr | Create | (xrstring FileType, xrstring FileDescription) |
|
Creates an object of class FileOpenRegisterOptions
|