Indy 9
TIdNNTPOnSelectGroup
Unit: IdNNTPServer
Event type signalled when an NNTP client selects the active newsgroup.
TIdNNTPOnSelectGroup = procedure (AThread: TIdNNTPThread; const AGroup: string; var VMsgCount: Integer; var VMsgFirst: Integer; var VMsgLast: Integer; var VGroupExists: Boolean) of object;
Unit
IdNNTPServer
Parameters
AGroup
Newsgroup anme requested.
AThread
THreaded client connection for the event.
VGroupExists
Group exists on the NNTTP server.
VMsgCount
Number of messages in the newsgroup.
VMsgFirst
First message number in the newsgroup.
VMsgLast
Last message number in the newsgroup.
Description
TIdNNTPOnSelectGroup is an event type signalled when an NNTP client connection issues the NNTP command to change the active newsgroup.

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