GroupSearch Event
Fired for each line of group search data (during group searches).
Syntax
type TGroupSearchEvent = procedure GroupSearch(Sender: TObject; ArticleNumber: Integer; const Header: String) of object;property OnGroupSearch: TGroupSearchEvent read FOnGroupSearch write FOnGroupSearch;
Remarks
ArticleNumber contains the number of the article within the group.
Header contains the matching header.