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; |
|