Applies toTGUITestCase
DeclarationConstructor Create(MethodName :string); Implementation
constructor TGUITestCase.Create(MethodName :string); begin inherited Create(MethodName); FActionDelay := 100; End;