FMX.InAppPurchase.TIAPDownloadProgressEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIAPDownloadProgressEvent = procedure(Sender: TObject;
const ProductID, ContentID: string; TimeRemaining: Double; Progress: Single)

C++

typedef void __fastcall (__closure *TIAPDownloadProgressEvent)(System::TObject* Sender, const System::UnicodeString ProductID, const System::UnicodeString ContentID, double TimeRemaining, float Progress);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase FMX.InAppPurchase

Description

Embarcadero Technologies does not currently have any additional information.