Language:
Русский
English
RunError (procedure)
Stops program execution.
Declaration
procedure RunError [ ( Errorcode: Byte ) ];
Target
Windows, Real, Protected
Remarks
Generates a run-time error with the given number at the current statement.
RunError (procedure) |
Language: RunError (procedure) Stops program execution. Declarationprocedure RunError [ ( Errorcode: Byte ) ]; TargetWindows, Real, Protected RemarksGenerates a run-time error with the given number at the current statement. See AlsoSample Code |
|
|