GetName method

Applies to
TRepeatedTest

Declaration
Function GetName: string;

Implementation

function TRepeatedTest.GetName: string;
begin
  Result := Format('%d x %s', [FTimesRepeat, getTest.Name]);
End;


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