FMX.InAppPurchase.TProduct.Downloadable
Delphi
property Downloadable: Boolean read FDownloadable;
C++
__property bool Downloadable = {read=FDownloadable, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.InAppPurchase.pas FMX.InAppPurchase.hpp |
FMX.InAppPurchase | TProduct |
Description
Specifies whether the product provides downloadable content (True) or not (False).
This property can only be True in products from the iOS In-App Purchase service. See Using the iOS In-App Purchase Service, Downloading Product Content Hosted on iTunes.