FMX.AddressBook.Types.TContactEmail.IsLabelKindSupported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsLabelKindSupported: Boolean;

C++

bool __fastcall IsLabelKindSupported();

Properties

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

Description

Checks whether the current platform supports the label specified for a contact email address.

This method returns true if the current platform supports the specified type of the email address label. Otherwise, the method returns false.

Note: If the current platform does not support the specified type of the email address label, the label is converted to TContactEmail.TLabelKind.Custom.


See Also