DelphiCodeToDoc
Name
OnConStdErr
Parent
TDocGeneratorChm
Visibility
PUBLIC
Description
Event executed during DOS capture errors.
It relays the error messages to the OnConStdOut event
Source code
procedure OnConStdErr ( Sender : TObject ; s : String )
Parameters
Parameter Description Sender : TObject Event sender s : STRING Error text
DelphiCodeToDoc