Internet Direct (Indy) Version 9.0.2 Beta
TIdDNSResolver.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, and calls the inherited Create method using the value specified in AOwner. Create initializes Port to the constant value IdPORT_DOMAIN, as required by the DNS Protocol, and sets the default value of AllowRecursiveQueries to True. Create also allocates resources required for the QueryResult and DNSHeader properties.