FMX.InAppPurchase.TCustomInAppPurchase.QueryProducts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure QueryProducts;

C++

void __fastcall QueryProducts();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TCustomInAppPurchase

Description

Requests information from the in-app payment service about the products with the list of IDs of the ProductIDs property.

This request eventually triggers an event:

This method raises an EIAPNotSetup exception if you use it before you establish a connection to the in-app payment service.

See Also