Internet Direct (Indy) Version 9.0.2 Beta
TIdGopherServer.Create
Constructor for the object instance.

constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.

Description
Create is the constructor for the object instance. Create relies on the inherited Create method, and sets DefaultPort to the standard Gopher port (IdPORT_GOPHER).

The application must set the AdminEmail property to a valid e-mail address for the administrator of the server.