RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.Error Function

Generate runtime error.

Pascal
procedure Error(errorCode: TRuntimeError);
C++
Error(TRuntimeError errorCode);

System

In Delphi code, Error generates a runtime error corresponding to the given error code, errorCode

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!