AutoSaveActionExecute method

Applies to
TGUITestRunner

Declaration
Procedure AutoSaveActionExecute(Sender: TObject);

Implementation

procedure TGUITestRunner.AutoSaveActionExecute(Sender: TObject);
begin
  with AutoSaveAction do
  begin
    Checked := not Checked
  end;
  AutoSaveConfiguration;
End;


HTML generated by Time2HELP
http://www.time2help.com