IPWorks 2020 C++ Builder Edition

Questions / Feedback?

GroupSearch Event

Fired for each line of group search data (during group searches).

Syntax

typedef struct {
  __int64 ArticleNumber;
  String Header;
} TipwNNTPGroupSearchEventParams;

typedef void __fastcall (__closure *TipwNNTPGroupSearchEvent)(System::TObject* Sender, TipwNNTPGroupSearchEventParams *e);

__property TipwNNTPGroupSearchEvent OnGroupSearch = { read=FOnGroupSearch, write=FOnGroupSearch };

Remarks

ArticleNumber contains the number of the article within the group.

Header contains the matching header.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Builder Edition - Version 20.0 [Build 8307]