Library | Module

Class pfcFileSaveOptions



Description

This class specifies the options for file save dialog.
Direct Parent Classes:
pfcFileUIOptions



Property Summary

stringFilterString
The filter string used for file extensions.
/* optional */ stringPreselectedItem
A preselected file or item.



Method Summary

static pfcFileSaveOptionsCreate (string FilterString)
Creates a class object for file save dialog options.



Property Detail


stringFilterString

The filter string used for file extensions.




/* optional */ stringPreselectedItem

A preselected file or item.





Method Detail


static pfcFileSaveOptionsCreate (string FilterString)

Creates a class object for file save dialog options.
Parameters:
FilterString
The filter string used for file extensions.
Returns:
A pointer to the object.