Indy 9
|
TEventNewNewsList = procedure (const AMsgID: string; var ACanContinue: Boolean) of object;
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.