OnEnterProduction

Top  Previous  Next

TCustomTextTransformer > events > OnEnterProduction

 

The event OnEnterProduction occurs, when the parser branchs into a production with the name xasName .

 

  property OnEnterProduction : TOnEnterProduction 

           read FOnEnterProduction  write FOnEnterProduction;

  

  TOnEnterProduction = procedure (Sender : TObject; 

                                  const xasName : AnsiString; 

                                  xeSymno : INTEGER)  of object;

 

 

 

 

xasName

name of the token or text in quotes, if the token has no name

xeSymno

symbol number

 

 



This page belongs to the TetraComponents Documentation

Home  Content  German