Library | Module

Class pfcFileOpenOptions



Description

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



Property Summary

stringFilterString
The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt".
/* optional */ stringPreselectedItem
A preselected file or item.



Method Summary

static pfcFileOpenOptionsCreate (string FilterString)
Creates a class object for file open dialog options.



Property Detail


stringFilterString

The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt".




/* optional */ stringPreselectedItem

A preselected file or item.





Method Detail


static pfcFileOpenOptionsCreate (string FilterString)

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