Unit 'uPSCompiler' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_pascalscript]

TPSPascalCompilerMessage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uPSCompiler.pas line 796

type TPSPascalCompilerMessage = class(TObject)

protected

  FRow: Cardinal;

  

  FCol: Cardinal;

  

  FModuleName: TbtString;

  

  FParam: TbtString;

  

  FPosition: Cardinal;

  

  procedure SetParserPos();

  

public

  property ModuleName: TbtString; [rw]

  

  property Param: TbtString; [rw]

  

  property Pos: Cardinal; [rw]

  

  property Row: Cardinal; [rw]

  

  property Col: Cardinal; [rw]

  

  function ErrorType; virtual; abstract;

  

  procedure SetCustomPos();

  

  function MessageToString; virtual;

  

  function ShortMessageToString; virtual; abstract;

  

end;

Inheritance

TPSPascalCompilerMessage

  

|

TObject



CT Web help

CodeTyphon Studio