Perform a Gopher search using a query.
function Search(
    ASelector: String; 
    AQuery: String
): TIdGopherMenu;| 
 
Parameters   | 
 
Description   | 
| 
 
ASelector   | 
 
the selector for the gopher item.  | 
| 
 
AQuery   | 
 
the Gopher query string.   | 
TIdGopherMenu - The Gopher menu returned for the query.
Search is a TIdGopherMenu function used to perform a Gopher search with the query specified by AQuery, and returns a Gopher Menu resulting from the search. Gopher+ syntax is not supported in AQuery.
The application is responsible for freeing the TIdGopherMenu returned by this function.
| 
 
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.  |