System.Tether.AppProfile.TTetheringAppProfile.OnASyncRemoteActionEnd

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

Delphi

property OnASyncRemoteActionEnd: TASyncRemoteActionEvent read FOnASyncRemoteActionEnd write FOnASyncRemoteActionEnd;

C++

__property TASyncRemoteActionEvent OnASyncRemoteActionEnd = {read=FOnASyncRemoteActionEnd, write=FOnASyncRemoteActionEnd};

プロパティ

種類 可視性 ソース ユニット
event published
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TTetheringAppProfile


説明

非同期リモート アクションの終了時に発生します。

このイベントでは、イベント ハンドラに次の引数を渡します。

  • ARemoteProfileId: 終了した非同期リモート アクションのリモート プロファイル
  • ARemoteActionName: 終了した非同期リモート アクションの名前
  • ARemoteActionHandle: 終了した非同期リモート アクションの種類
  • Success: この非同期リモート アクションが正常に実行されたかどうかを示す論理値パラメータ(正常に実行された場合は True、そうでない場合は False)。

関連項目