FMX.InAppPurchase.TProduct.DownloadContentLengths

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DownloadContentLengths: TDownloadLengths

C++

__property TDownloadLengths DownloadContentLengths = {read=FDownloadContentLengths};

Properties

Type Visibility Source Unit Parent
property public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TProduct

Description

Array of sizes of the downloadable files of the product.

If a TProduct provides downloadable content, each item in this array is an integer that specifies the size in bytes of a downloadable file. If TProduct is not downloadable, this value is nil.

This property can only exist (not be nil) in products from the iOS In-App Purchase service. See Using the iOS In-App Purchase Service, Downloading Product Content Hosted on iTunes.

See Also