type TIFPSPascalPreProcessorParser = class(TObject)
used by the preprocessor to parse the scripts
![]() |
procedure Next; |
![]() |
procedure SetText(const dta: string); |
![]() |
procedure Next; |
Go to the next field
![]() |
procedure SetText(const dta: string); |
Set the contents of the parser
![]() |
property Col: Cardinal; |
![]() |
property OnNewLine: TIFPSOnNewLine; |
![]() |
property Pos: Cardinal; |
![]() |
property Row: Cardinal; |
![]() |
property Token: string; |
![]() |
property TokenId: TIFPSPascalPreProcessorType; |
![]() |
property Col: Cardinal; |
The column number
![]() |
property OnNewLine: TIFPSOnNewLine; |
Called when a newline #10, #13 or #13#10 is found
![]() |
property Pos: Cardinal; |
The position from the Text
![]() |
property Row: Cardinal; |
The row number
![]() |
property Token: string; |
Returns the urrent token
![]() |
property TokenId: TIFPSPascalPreProcessorType; |
Returns the tokenid