RAD Studio (Common)
|
Certain errors at runtime cause Delphi programs to display an error message and terminate.
Runtime errors take the form:
Runtime error nnn at xxxxxxxx
where nnn is the runtime error number, and xxxxxxxx is the runtime error address.
Applications that use the SysUtils class map most runtime errors to Exceptions, which allow your application to resolve the error without terminating.
Delphi runtime errors are divided into the following categories:
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|