setEnabled method
Set the enabled state of the test.

Applies to
TAbstractTest

Declaration
Procedure setEnabled(value: boolean);

Implementation

procedure TAbstractTest.setEnabled(value: boolean);
begin
  fEnabled := value;
End;


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