FMX.InAppPurchase.TProduct.DownloadContentVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DownloadContentVersion: string read FDownloadContentVersion;

C++

__property System::UnicodeString DownloadContentVersion = {read=FDownloadContentVersion};

Properties

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

Description

Version of the downloadable content of the product that is available for download.

This property can only exist (not be empty) 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