Internet Direct (Indy)
Home
PreviousUpNext
TIdNNTP.GetNewsgroupList@TStrings

Requests a list of newsgroups found on the NNTP server.

Parameters 
Description 
AList 
Destination for the newsgroup list. 

GetNewsgroupList is an overloaded procedure in TIdNNTP that retrieves a list of valid newsgroups on the NNTP server. GetNewsgroupList sends the NNTP LIST command to retrieve newsgroup information returned in the NNTP server response. 

The overloaded GetNewsgroupList procedures provide for storing server response lines with newsgroup information in the TStrings instance specified in AList. Newsgroup information is stored in AList using the Capture method for the IOHandler in the NNTP client. 

Newsgroup information returned in an NNTP server response may consist of multiple lines of text in the form: 

 

  groupname last first p

 

Tokens in the response line have the following meanings: 

 

Token 
Meaning 
groupname 
newsgroup name. 
last 
number of the last known article currently in the newsgroup. 
first 
number of the first article currently in the newsgroup. 
posting status for the newsgroup. ('y'=allowed, 'n'=prohibited) 

 

Use ParseNewsGroup to return component values from a line in AList.

OnNewsgroupList TEventNewsgroupList EIdNNTPNoOnNewsgroupList

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.