FMX.PhoneDialer

From RAD Studio API Documentation
Jump to: navigation, search

Contains classes and interfaces that define the phone dialer services and related information. For an example, see Mobile Code Snippets.

Package fmx280.bpl

Classes

IFMXPhoneDialerListenerServicetracks changes in the state of the phone system service.
IFMXPhoneDialerServicePlatform service that defines the structure of the TPhoneDialerService object and any other class that provides access to phone dialer services.
TCallUsed for obtaining an identifier for the call and to determine the state of the call.
TCarrierUsed to obtain information regarding the cellular network service provider.
TPhoneDialerServiceIs an abstract class used as base for all phone dialer services.

Types

TCallsRepresents a dynamic array of TCall objects.
TCallStateIs an enumeration of possible phone call states.
TOnCallStateChangedIs a procedural type used by the OnCallStateChanged event.
TOnCarrierChangedIs a procedural type used by the OnCarrierChanged event.