FMX.InAppPurchase.TCustomInAppPurchase.OnSetupComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSetupComplete: TNotifyEvent read FOnSetupComplete  write FOnSetupComplete;

C++

__property System::Classes::TNotifyEvent OnSetupComplete = {read=FOnSetupComplete, write=FOnSetupComplete};

Properties

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

Description

Triggered after successfully establishing a connection to the in-app payment service.

This event provides only one argument to its event handler, Sender, the current instance of TCustomInAppPurchase.

See Also