FMX.InAppPurchase.TCustomInAppPurchase.OnError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnError: TIAPErrorEvent

C++

__property TIAPErrorEvent OnError = {read=FOnError, write=FOnError};

Properties

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

Description

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