FMX.InAppPurchase.TProduct.Downloadable

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Downloadable: Boolean read FDownloadable;

C++

__property bool Downloadable = {read=FDownloadable, nodefault};

Eigenschaften

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


Beschreibung

Gibt an, ob das Produkt herunterladbaren Inhalt bereitstellt (True) oder nicht (False).

Diese Eigenschaft kann nur in Produkten aus dem iOS-In-App-Kaufdienst True sein. Siehe Verwenden des iOS-In-App-Kaufdienstes, Herunterladen von Produktinhalt, der auf iTunes gespeichert ist.

Siehe auch