Applies toTGUITestCase
DeclarationProcedure EnterText(Text :string);Implementation
procedure TGUITestCase.EnterText(Text: string); begin Assert(GUI <> nil, 'GUI variable not set'); EnterTextInto(GUI, Text); End;