FMX.InAppPurchase.TCustomInAppPurchase.OnSetupComplete

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnSetupComplete: TNotifyEvent read FOnSetupComplete

C++

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

プロパティ

種類 可視性 ソース ユニット
event public
FMX.InAppPurchase.pas
FMX.InAppPurchase.hpp
FMX.InAppPurchase TCustomInAppPurchase


説明

アプリケーション内決済サービスへの接続が正常に確立された後に発生します。

このイベントは、イベント ハンドラに 1 つの引数、SenderTCustomInAppPurchase の現在のインスタンスのみを渡します。

関連項目