12.0

Table Of Contents
30 Visual Basic object definitions
CRemoteData properties
Dialing properties
Table 2-23 defines the properties and parameters for setting the dialing
properties for modem connections. Replace the information in angle brackets
with the actual values.
Table 2-24 defines the properties and return values for modem dialing
properties. Replace the information in angle brackets with the actual values.
Table 2-23 Properties and parameters for dialing properties
Property Parameter Description
<CRemoteData>.AreaCode(String) String Sets the area code dialing properties for modem
connections
<CRemoteData>.CountryCode(String) String Sets the country code dialing properties for
modem connections
Table 2-24 Properties and return values for dialing properties
Property Return
value
Description
String = <CRemoteData>.AreaCode String Returns the area code dialing properties.
String = <CRemoteData>.CountryCode String Returns the dialing properties country code.
Integer = <CRemoteData>.CountryCodes Integer Returns the number of available country codes.
String = <CRemoteData>.FirstCountryCode String Returns the first available country code that is
listed in the operating system.
String = <CRemoteData>.NextCountryCode String Returns the next available country code. This is
called sequentially for the number of country
codes that is set in <CRemoteData.CountryCodes>
to enumerate all country codes.