EnableUI method

Applies to
TDUnitDialog

Declaration
Procedure EnableUI(enable :Boolean);

Implementation

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


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