[Overview][Types][Classes][Procedures and functions][Index] |
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; |