API Documentation > Classes > Interface IpfcFileOpenOptions
Interface IpfcFileOpenOptions
Description
This class specifies the options for file open dialog.
Direct Parent Classes:
User Guide References:
Property Summary
Property
as String
The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt".
Property
as String [optional]
A preselected file or item.
Method Summary
Function
Creates a class object for file open dialog options.
Property Detail
Property
FilterString
as String
The filter string used for file extensions. The extensions must be specified with wildcards and seperated by commas; for example, "*.prt,*.txt".
Property
PreselectedItem
as String [optional]
A preselected file or item.
Method Detail
Function
CCpfcFileOpenOptions.Create
(FilterString as String) as IpfcFileOpenOptions
Creates a class object for file open dialog options.
Parameters:
FilterString
The filter string for file extensions.
Returns:
A pointer to the object.
Was this helpful?