Internet Direct (Indy) Version 9.0.1 Beta
TIdGopher.OnMenuItem
Event handler for retrieved Gopher menu items.

property OnMenuItem: TIdGopherMenuEvent;
Description
OnMenuItem is a TIdGopherMenuEvent event handler that is triggered for each menu item retrieved with the GetMenu, Search, and GetExtendedMenu methods. OnMenuItem is used to display gopher menu items while the complete menu is downloaded.

An application must assign a procedure to the event handler in order to respond to the event notification.