FMX.AddressBook.Types.TContactPhone.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 TContactPhone

Description

Checks whether the current platform supports the label specified for a contact phone number.

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

Note: If the current platform does not support the specified type of the phone number label, the label is converted to TContactPhone.TLabelKind.Custom.


See Also