unction ContinueButton: boolean; var bTxt, wTxt, searchtpa: TPointArray; begin FindColorsTolerance(bTxt, 8388608, MCX1, MCY1, MCX2, MCY2, 10); FindColorsTolerance(wTxt, 16777215, MCX1, MCY1, MCX2, MCY2, 10); SearchTPA := CombineTPA(bTxt, wTxt); Result := Length(SearchTPA)>50; end;