[Overview][Types][Classes][Procedures and functions][Index] Reference for unit '_crw_fpcup' (#crwlib)

TParseFpcupMessage

Declaration

Source position: _crw_fpcup.pas line 53

type TParseFpcupMessage = packed record

  Status: TParseFpcupStatus;

  LineNum: Integer;

  ColNum: Integer;

  Compiled: Integer;

  ExitCode: Integer;

  FileName: PureString;

  Token: PureString;

end;