FMX.AddressBook.Types.TContactAddress.Country
Delphi
property Country: string read FCountry write FCountry;
C++
__property System::UnicodeString Country = {read=FCountry, write=FCountry};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.AddressBook.Types.pas FMX.AddressBook.Types.hpp |
FMX.AddressBook.Types | TContactAddress |
Description
Specifies the country name in a contact address.