FMX.InAppPurchase.TInAppPurchase.OnError

From RAD Studio API Documentation

Delphi

property OnError;

C++

__property OnError;

Properties

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

Description

Triggered when an error occurs while retrieving information about a list of product IDs or while purchasing a product. FMX.InAppPurchase.TInAppPurchase.OnError inherits from FMX.InAppPurchase.TCustomInAppPurchase.OnError. All content below this line refers to FMX.InAppPurchase.TCustomInAppPurchase.OnError.

Triggered when an error occurs while retrieving information about a list of product IDs or while purchasing a product.

This event provides the following arguments to its event handler:

See Also