TIdGopherMenu
Collection of Gopher menu items.
TIdGopherMenu = class(TCollection)
Unit
Description
TIdGopherMenu is a collection of
TIdGopherMenuItem instances, and encapsulates a Gopher menu or a Gopher + Extended Menu. TIdGopherMenu is returned by the following:
Gopher menu items in the collection.
Parameters
Index
Position in the collection.
Return Value
Description
Items is an indexed
TIdGopherMenuItem property that provides access to the individual Gopher menu items in the collection. Index values can range from 0 to Count-1. Items is the default property for
TIdGopherMenu.
Add a new Gopher menu item.
Return Value
Description
Constructor for the object instance.
constructor Create; reintroduce;
Description