Class TIFPSPascalCompilerMessage
Unit
ifpscomp
Declaration
type TIFPSPascalCompilerMessage = class(TObject)
Description
TIFPSPascalCompilerMessage is the base class for compiler messagesFields
Methods
Overview
Description
Convert a Message to a string (full details with Row and col)
Change the position
Convert a message to a string
Properties
Overview
 |
property Col: Cardinal; |
 |
property ModuleName: string; |
 |
property Param: string; |
 |
property Pos: Cardinal; |
 |
property Row: Cardinal; |
Description
The column this message occured on
The module name this message occured in, this is not set by the compiler but will be when you use the preprocessor
Parameter for this message
The position (from 0) this message occured on
The Row this message occured on