FMX.PhoneDialer.IFMXPhoneDialerService.GetCurrentCalls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrentCalls: TCalls;

C++

virtual TCalls __fastcall GetCurrentCalls() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.PhoneDialer.pas
FMX.PhoneDialer.hpp
FMX.PhoneDialer IFMXPhoneDialerService

Description

Returns an array containing all the current calls. If current calls are not present, the array will be empty.

Tip: You should delete the array items after using them.

See Also