Internet Direct (Indy) Version 9.0.2 Beta
TIdDNSResolver.QueryRecords
Identifies the resource record types to examine using the DNS query.

property QueryRecords: TQueryType;
Description
QueryRecords is a TQueryType property that represents the resource record types desired in the answer to a DNS Query. QueryRecords is used to construct the Question portion of the DNS packet sent to the DNS server.

QueryRecords may contain one or more of the TQueryType values, including the following:

Update QueryRecords to include the values desired prior to calling the Resolve method.