System.Tether.AppProfile.TLocalAction.DoExecute

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

Delphi

procedure DoExecute(Sender: TObject);

C++

void __fastcall DoExecute(System::TObject* Sender);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalAction


説明

このローカル アクションによってラップされている ActionOnExecute イベントを処理します。

このローカル アクションの KindTTetheringRemoteKind.Mirror の場合、DoExecute は、ミラーリングされているリモート アクションを実行します

ラップされている ActionOnExecute イベントに関連付けられているイベント ハンドラがあった場合、DoExecute は、その元のイベント ハンドラも同様に呼び出します。

関連項目