DelphiCodeToDoc
Name
OnConStdOut
Parent
TDocGeneratorChm
Visibility
PUBLIC
Description
Event executed during the DOS capture to get the output.
It copies it to the message status of the main application
Source code
procedure OnConStdOut ( Sender : TObject ; s : String )
Parameters
Parameter Description Sender : TObject Sender of the event s : STRING Text captured
DelphiCodeToDoc