API Documentation > Interface Classes > Class pfcFileSaveOptions
Class pfcFileSaveOptions

# include <pfcUI.h>

class
pfcFileSaveOptions
: public virtual
pfcFileUIOptions
{
xdeclare(pfcFileSaveOptions)
...
};
This is a
COMPACT class.

Description
This class specifies the options for file save dialog.
Method Summary
Create (xrstring FilterString)
Creates a class object for file save dialog options.
void
The filter string used for file extensions.
void
A preselected file or item.
Methods Inherited from Class pfcFileUIOptions::
Method Detail
GetFilterString
()
void
SetFilterString
(xrstring value)
The filter string used for file extensions.
GetPreselectedItem
()
void
SetPreselectedItem
(optional xrstring value)
A preselected file or item.
Create
(xrstring FilterString)
Creates a class object for file save dialog options.
Manual References:
Parameters:
FilterString
The filter string used for file extensions.
Returns:
A pointer to the object.
Was this helpful?