Innerfuse Pascal Script
Unit: ifspas.pas

TIFSError
TIFSError is used to store the current error.

TIFSError = record
   ErrorCode: TIfPasScriptError;
   ErrorPosition: Longint;
   ErrorParam: String;
   ErrorModule: string;
end;

Copyright (c) 2001 by Carlo Kok
last update: 24-11-01