FMX.PhoneDialer
Contains classes and interfaces that define the phone dialer services and related information. For an example, see Mobile Code Snippets.
Package | fmx280.bpl |
---|
Classes
IFMXPhoneDialerListenerService | tracks changes in the state of the phone system service. |
IFMXPhoneDialerService | Platform service that defines the structure of the TPhoneDialerService object and any other class that provides access to phone dialer services. |
TCall | Used for obtaining an identifier for the call and to determine the state of the call. |
TCarrier | Used to obtain information regarding the cellular network service provider. |
TPhoneDialerService | Is an abstract class used as base for all phone dialer services. |
Types
TCalls | Represents a dynamic array of TCall objects. |
TCallState | Is an enumeration of possible phone call states. |
TOnCallStateChanged | Is a procedural type used by the OnCallStateChanged event. |
TOnCarrierChanged | Is a procedural type used by the OnCarrierChanged event. |