Applies toTGUITestCase
DeclarationProcedure Click;Implementation
procedure TGUITestCase.Click; begin Assert(GUI <> nil, 'GUI variable not set'); Click(GUI); End;