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


説明

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

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

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

関連項目