FMX.InAppPurchase.EIAPNotSetup

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

EIAPNotSetup = class(EIAPException);

C++

class PASCALIMPLEMENTATION EIAPNotSetup : public EIAPException

Properties

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

Description

Exception raised if you try to use your in-app payment service without previously setting up TInAppPurchase.

The following are examples of members that raise this exception:

See Also