FormShow method

Applies to
TGUITestRunner

Declaration
Procedure FormShow(Sender: TObject);

Implementation

procedure TGUITestRunner.FormShow(Sender: TObject);
begin
  if AutoFocusAction.Checked
  and RunButton.CanFocus then
    RunButton.SetFocus;
End;


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