|
Description
|
Returns/sets the address field name of database that stores the country of recipients. Restituisce o imposta il nome del campo del database che specifica lo stato estero dei destinatari.
|
Syntax Visual Basic
|
[form.]Postel.CountryField[ = Text$]
|
|
Visual C++
|
CString Postel.GetCountryField(); void Postel.SetCountryField(LPCTSTR lpszNewValue);
|
|
Delphi
|
property CountryField: WideString;
|
|
C#
|
string Postel.CountryField;
|
|
Remarks
|
See the NameField property for more information./Vedere la proprietā NameField per maggiori informazioni.
|
|
Data Type
|
String
|
|
Default Value
|
"Stato"
|