OnException |
Top Previous Next |
TCustomTextTransformer > events > OnException
The event OnException occurs, if, when parsing (analyzing) the source text, a syntax fault appears.
property OnException : TOnExceptionEvent read FOnException write FOnException;
TOnExceptionEvent = procedure (Sender : TObject; xasWhat : AnsiString ) of object;
The parameter xasWhat contains the text of the error message. |
This page belongs to the TetraComponents Documentation |
Home Content German |