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

Description

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

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

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


See Also