System.Tether.AppProfile.TLocalAction.DoExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoExecute(Sender: TObject);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Tether.AppProfile.pas
System.Tether.AppProfile.hpp
System.Tether.AppProfile TLocalAction

Description

Handles the OnExecute event of the Action wrapped by this local action.

If the Kind of this local action is TTetheringRemoteKind.Mirror, DoExecute executes the mirrored remote action.

If there was an event handler associated with the OnExecute event of the wrapped Action, DoExecute calls the original event handler as well.

See Also