Library | File

Class pfcFileSaveRegisterOptions

# include <pfcUI.h>

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



Description

The class specifies options for registering a save operation.



Method Summary

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



Method Detail

xstringGetFileType ()
voidSetFileType (xrstring value)

The file type to be saved.

This will appear as the file extension in the File 'Save a Copy' Dialog.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs




xstringGetFileDescription ()
voidSetFileDescription (xrstring value)

Short description of the file type to be saved.

This will appear as file description in the File 'Save a Copy' Dialog.
Manual References:
Session Objects: File Dialogs, Session Objects: File Dialogs




static pfcFileSaveRegisterOptions_ptrCreate (xrstring FileType, xrstring FileDescription)

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