Internet Direct (Indy) Version 9.0.1 Beta
TIdDICTServer.Create
Creates the new object instance.

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

Description
Create is the constructor for the new TIdDictServer instance. Create relies on the inherited Create constructor, and sets DefaultPort to the standard port number used by the DICT protocol (IdPORT_DICT).