Chapter 104. winfiledlg
Table of Contents
This library provides a function that can be called form SBL to use the SIMPOL open and save dialogs rather than the versions supplied to the Win16 subsystem.
opensavefile()
Description
Prototype
opensavefile (
string ,
string sStyle,
string sMessage,
string sWildcard,
string sDeffilename )
sDefdir
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| sStyle | open,mustexist | string | |
| sMessage | None | string | |
| sWildcard | All files (*.*)|*.* | string | |
| sDeffilename | None | string | |
| sDefdir | None | string |


