TApxModem.ModemCapFolder

TApxModem

property ModemCapFolder : string

Default : "{MODEMCAPINDEX}"

The name of the directory where the modemcap modem database has been installed.

The modemcap database file contains a list of modems and their configuration strings. This folder is used when SelectDevice is called to display a list of modems from which the user can choose. ModemCapFolder is also used at design time to display the list of modems when the SelectedDevice property is modified.

When the modemcap database is installed, the MODEMCAPINDEX environmental variable will point to the location where the database was stored. To use the location specified by this environmental variable, set this property to "{MODEMCAPINDEX}".

See also: SelectDevice, SelectedDevice