Skip to content

Instantly share code, notes, and snippets.

@MySohoWiki
Created October 26, 2022 05:28
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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