Indy 9
TEventNewNewsList
See Also, Unit: IdNNTP
Event type signalled when a message identifier is received in a NEWNEWS response.
TEventNewNewsList = procedure (const AMsgID: string; var ACanContinue: Boolean) of object;
Unit
IdNNTP
Parameters
ACanContinue
Indicates current and additional message identifiers can be processed.
AMsgID
Line containing the message identifer in the NEWNEWS list.
Description
TEventNewNewsList is an event type triggered when a Message Identifier is received in the results from the NNTP NEWNEWS command. TEventNewNewsList is the type used to for the TIdNNTP.OnNewNewsList property, and represents the event handler signalled while processing NEWNEWS response values in TIdNNTP.GetNewNewsList.

AMsgID is the message identifer for a new NNTP article.

ACanContinue indicates that the current message identifier has been processed, and additional message identifiers can be read from the NEWNEWS response. Setting ACanContinue to False will suppress additional processing of message identifiers in the NEWNEWS response.


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