OnAcceptToken |
Top Previous Next |
TCustomTextTransformer > events > OnAcceptToken
The event OnAcceptToken occurs, if a token with the name xasName recognized by the scanner is found and accepted in the grammar. The three longword parameters are positions of the input:
property OnAcceptToken : TOnAcceptToken read FOnAcceptToken write FOnAcceptToken;
TOnAcceptToken = procedure (Sender : TObject; const xasName : AnsiString; xeSymno : INTEGER; xuiIgnoreBegin : longword; xuiRecognizedBegin : longword; xuiIgnoreEnd : longword; xbIsSkip : Boolean) of object;
|
This page belongs to the TetraComponents Documentation |
Home Content German |