Skip to content

Instantly share code, notes, and snippets.

@MySohoWiki
Created October 26, 2022 05:28
Show Gist options
  • Save MySohoWiki/0bf99f11d56f0646d7baa9babd525034 to your computer and use it in GitHub Desktop.
Save MySohoWiki/0bf99f11d56f0646d7baa9babd525034 to your computer and use it in GitHub Desktop.
Call action
Procedure callAction;
var
act: TActAction;
begin
try
act:= TActAction.Create(nil);
act.load('{39929405-B13F-4113-930F-375FFF08E587}');
act.run(true,true);
except
act.free;
doerror(Exceptionmessage);
end;
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment