FMX.InAppPurchase.EIAPNotSetup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

FMX.InAppPurchase.EIAPExceptionSystem.SysUtils.ExceptionSystem.TObjectEIAPNotSetup

Delphi

EIAPNotSetup = class(EIAPException);

C++

class PASCALIMPLEMENTATION EIAPNotSetup : public EIAPException

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase FMX.InAppPurchase


Beschreibung

Exception, die ausgelöst wird, wenn Sie versuchen, den In-App-Bezahldienst zu verwenden, ohne dass Sie zuvor TInAppPurchase eingerichtet haben.

Die folgenden Beispiele sind Member, die diese Exception auslösen:

Siehe auch