Internet Direct (Indy) Version 9.0.2 Beta
|
function GetExtendedMenu(ASelector: String; AView: String): TIdGopherMenu;
We do not recommend that you use this procedure unless you are sure the server supports Gopher+ because a constant used in the Gopher+ Protocol greeting will conflict with the menu item type constant IdGopherItem_Redundant which could appear in the menu as a first item. To determine if a Gopher Server supports Gopher+, use the TIdGopherMenuItem.GopherPlusItem property from the gopher menu which is referring to the item you want.
The application is responsible for freeing the TIdGopherMenu returned by this function.