FMX.AddressBook.TAddressBookSource.SourceType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SourceType: string read GetSourceType;

C++

__property System::UnicodeString SourceType = {read=GetSourceType};

Properties

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

Description

Read-only. Returns the type of the Address Book source.

This property returns the type of the Address Book source, such as Google, Exchange, Local, and others.

See Also