GetName method

Applies to
TTestDecorator

Declaration
Function GetName: string;

Implementation

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


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