Library | File

Class pfcFileOpenRegisterOptions

# include <pfcUI.h>

class pfcFileOpenRegisterOptions
 : public virtual xobject
{
    xdeclare(pfcFileOpenRegisterOptions)
    ...
};
This is a COMPACT class.



Description

The class specifies options for registering a open operation.



Method Summary

static pfcFileOpenRegisterOptions_ptrCreate (xrstring FileType, xrstring FileDescription)
Creates an object of class FileOpenRegisterOptions
xstringGetFileDescription ()
voidSetFileDescription (xrstring value)
Short description of the file type to be opened.
xstringGetFileType ()
voidSetFileType (xrstring value)
The file type to be opened.



Method Detail

xstringGetFileType ()
voidSetFileType (xrstring value)

The file type to be opened.

This will appear as the file extension in the File Open Dialog.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs




xstringGetFileDescription ()
voidSetFileDescription (xrstring value)

Short description of the file type to be opened.

This will appear as file description in the File Open Dialog.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs




static pfcFileOpenRegisterOptions_ptrCreate (xrstring FileType, xrstring FileDescription)

Creates an object of class FileOpenRegisterOptions
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs
Parameters:
FileType
The file type to be opened.
FileDescription
Short description of the file type to be opened.
Returns:
An object of class.