EnableUI method

Applies to
TGUITestRunner

Declaration
Procedure EnableUI(enable :Boolean);

Implementation

procedure TGUITestRunner.EnableUI(enable: Boolean);
begin
  SelectAllAction.Enabled    := enable;
  DeselectAllAction.Enabled  := enable;
  SelectFailedAction.Enabled := enable;
End;


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