FMX.AddressBook.Types.TContactAddress.ToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ToString: string; override;

C++

virtual System::UnicodeString __fastcall ToString();

Properties

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

Description

Returns a string representation of a contact address.

This method return a string that contains all properties of the contact address. To clarify, consider the following example:

Label="Office" Country="USA" State="TX" City="Austin" ZIP="78777" Street="Building 1, One Sun road"

See Also