TOn Text Translated Error Proc Delegate
Callback procedure when translation has an error
System.IInterface
OlfSoftware.DeepL.ClientLib.TOnTextTranslatedErrorProc
OlfSoftware.DeepL.ClientLib.TOnTextTranslatedErrorProc
type TOnTextTranslatedErrorProc = reference to procedure(OriginalText: string; SourceLang: string; TargetLang: string; ErrorText: string)
Parameters
- OriginalText
- Type: System.string
- SourceLang
- Type: System.string
- TargetLang
- Type: System.string
- ErrorText
- Type: System.string
The TOnTextTranslatedErrorProc type exposes the following members.