FMX.InAppPurchase.TInAppPurchase

From RAD Studio API Documentation
Jump to: navigation, search

FMX.InAppPurchase.TCustomInAppPurchaseSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTInAppPurchase

Delphi

TInAppPurchase = class(TCustomInAppPurchase)

C++

class PASCALIMPLEMENTATION TInAppPurchase : public TCustomInAppPurchase

Properties

Type Visibility Source Unit Parent
class public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase FMX.InAppPurchase

Description

Provides access to in-app payment services.

In-app payment services let you sell digital content directly within your applications. TInAppPurchase abstracts your applications from the particularities of each in-app payment service and platform.

To learn how to use TInAppPurchase, see:

See Also