property SelectedDevice : TApxModemNameProp
TApxModemNameProp = class(TPersistent)
published
property Manufacturer : string;
property Name : string;
end;
The currently selected modem.
SelectedDevice displays the modem manufacturer, model, and name of the modem that has been selected through the SelectDevice method. The properties of the TApxModemNameProp class are read-only at design time and are available to determine which modemcap structure will be used.
To change modems configurations at run time, you may either call the SelectDevice method to display the device selection dialog or assign a TApxModemNameProp class to this property.
Selecting a new modem configuration through the SelectedDevice property or SelectDevice method while a connection is established will raise the ecModemBusy exception.
See also: GetDevConfig, SelectDevice, SetDevConfig