Skip to content

Instantly share code, notes, and snippets.

@viniciussanchez
Created November 18, 2022 13:40
Show Gist options
  • Save viniciussanchez/8aa3df90545e3727e960c302997fa908 to your computer and use it in GitHub Desktop.
Save viniciussanchez/8aa3df90545e3727e960c302997fa908 to your computer and use it in GitHub Desktop.
Gerando uma exceção no Delphi
procedure TFrmMain.btnGerarExceptionClick(Sender: TObject);
var
LValor: Integer;
begin
LValor := StrToInt('X');
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment