FMX.InAppPurchase.TInAppPurchase.OnError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnError: TIAPErrorEvent read FOnError write FOnError;

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