type TIfPascalParser = class
constructor Create; |
Create
destructor Destroy; override; |
Destroy
procedure Clear; |
Clear the parser
function CurrTokenID: TIFPasToken; |
The current token ID
function GetData(var Data: string): Boolean; |
Save the data to a binary format
function GetToken: string; |
Return the token in case it is a string, char, integer, number or identifier
procedure Next; |
Go to the next token
function SetData(const Data: string): Boolean; |
load the data from a binary format
function SetText(const Data: string; var ErrRec: TIFParserError): Boolean; |
Load a script
![]() |
CurrTokenPos: Cardinal; |
CurrTokenPos: Cardinal; |
The current token position