FMX.AddressBook.TCustomAddressBook.SaveContact

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveContact(const AContact: TAddressBookContact);

C++

void __fastcall SaveContact(TAddressBookContact* const AContact);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.AddressBook.pas
FMX.AddressBook.hpp
FMX.AddressBook TCustomAddressBook

Description

Saves the specified contact to the device Address Book.

Use this method to save the AContact contact to the device Address Book.


See Also