FMX.AddressBook.Types.TContactAddress.City

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property City: string read FCity write FCity;

C++

__property System::UnicodeString City = {read=FCity, write=FCity};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.AddressBook.Types.pas
FMX.AddressBook.Types.hpp
FMX.AddressBook.Types TContactAddress


Beschreibung

Gibt den Städtenamen in einer Kontakt-Adresse an.

Siehe auch