AutoFocusActionExecute method

Applies to
TGUITestRunner

Declaration
Procedure AutoFocusActionExecute(Sender: TObject);

Implementation

procedure TGUITestRunner.AutoFocusActionExecute(Sender: TObject);
begin
  with AutoFocusAction do
    Checked := not Checked;
End;


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