Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
except
on E:Exception do
begin
case HMAIN.Errors.Item[0].NativeError of
404: sLastError := 'Invalid Password.';
405: sLastError := 'Invalid User Name.'
else
sLastError := 'Login Failed. Error number: '
+ IntToStr(HMAIN.Errors.Item[0].NativeError)
+#13#10+e.message;
end; {case}