FMX.AddressBook.Types.TContactAddress.Street

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Street: string read FStreet write FStreet;

C++

__property System::UnicodeString Street = {read=FStreet, write=FStreet};

Properties

Type Visibility Source Unit Parent
property public
FMX.AddressBook.Types.pas
FMX.AddressBook.Types.hpp
FMX.AddressBook.Types TContactAddress

Description

Specifies the street in a contact address.

Use this property to detail the contact address. For example, you can provide the street name, building number, office number, and other similar information.

See Also