command-delphi icon indicating copy to clipboard operation
command-delphi copied to clipboard

TAsyncCommand.DoInitCommand

Open bogdanpolak opened this issue 5 years ago • 0 comments

type
  TAsyncCommand = class
    procedure DoInitCommand; virtual;
  end;

DoInitCommand ran in main thread before background thread start

bogdanpolak avatar Feb 13 '20 21:02 bogdanpolak