FMX.InAppPurchase.TInAppPurchase.ProductIDs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProductIDs: TStrings read FProductIDs write SetProductIDs;

C++

__property ProductIDs;

Properties

Type Visibility Source Unit Parent
property published
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TInAppPurchase

Description

List of product IDs of your application's products.

FMX.InAppPurchase.TInAppPurchase.ProductIDs inherits from FMX.InAppPurchase.TCustomInAppPurchase.ProductIDs. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.ProductIDs.

List of product IDs of your application's products.

You should fill this list with the IDs of the products that may be purchased in your application. When you call QueryProducts to request up-to-date information about your products, TCustomInAppPurchase only requests information about the products with their ID in this list.

See Also