EnterText method

Applies to
TGUITestCase

Declaration
Procedure EnterText(Text :string);

Implementation

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


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