GroupSearch Event
Fired for each line of group search data (during group searches).
Syntax
typedef void __fastcall (__closure *TipwNNTPGroupSearchEvent)(System::TObject* Sender, TipwNNTPGroupSearchEventParams *e);__property TipwNNTPGroupSearchEvent OnGroupSearch = {read=FOnGroupSearch, write=FOnGroupSearch};
typedef struct {
int ArticleNumber;
String Header;
} TipwNNTPGroupSearchEventParams;
Remarks
ArticleNumber contains the number of the article within the group.
Header contains the matching header.