command-delphi
command-delphi copied to clipboard
Unify events in TCommandAction and in TAsyncCommand
TAsyncCommand:
function WithEventBeforeStart(aBeforeStart: TProc) ...
TCommandAction:
function WithEventOnUpdate(AUpdateProc: TProc<TCommandAction>) ...
Change: TProc<TCommandAction> to TProc