QueryType is a read-only Word property that represents the query OpCode used for querying resource records for the specified
DomainName. QueryType is read from the header for the DNS response packet when
TIdDNSResolver parses the query results.
Note: Currently, the TIdDNSResolver implementation does not support all aspects of the DNS protocol, and includes the following limitations:
- The DNS query type is limited to standard queries, where the DNS Header OPCODE is 0. Inverse queries (OPCODE=1) and Status queries (OPCODE=2) are not supported at this time.