Indy 9
TIdNNTPOnArticleByNo
See Also, Unit: IdNNTPServer
TIdNNTPOnArticleByNo = procedure (AThread: TIdNNTPThread; const AMsgNo: Integer) of object;
Unit
IdNNTPServer
Parameters
AMsgNo
Messager number for the event.
AThread
NNTP client thread for the event.
Description
TIdNNTPOnArticleByNo is an event type signalled when the server executes the command event handler for the NNTP ARTICLE command. TIdNNTPOnArticleByNo is the type assigned to the TIdNNTPServer OnArticleByNo property.

AThread is the NNTP client thread receiving the event notification.

AMsgNo is the message number received in the NNTP ARTICLE command handler.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.