API:FMX.AddressBook.TCustomAddressBook.RemoveContact

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure RemoveContact(const AContact: TAddressBookContact); overload;
procedure RemoveContact(const AID: Integer); overload;

C++

void __fastcall RemoveContact(TAddressBookContact* const AContact)/* overload */;
void __fastcall RemoveContact(const int AID)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.AddressBook.pas
FMX.AddressBook.hpp
FMX.AddressBook TCustomAddressBook

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.