Topic Path: Symbol Reference > Classes > TIdDNS_UDPServer Class > TIdDNS_UDPServer Methods > CompleteQuery Method
ContentsIndexHome
PreviousUpNext
TIdDNS_UDPServer.CompleteQuery Method
function CompleteQuery(
    DNSHeader: TDNSHeader; 
    Question: string; 
    OriginalQuestion: TIdBytes; 
    var Answer: TIdBytes; 
    QType: word; 
    QClass: word; 
    DNSResolver: TIdDNSResolver
): string;
Parameters 
Description 
DNSHeader 
Type is TDNSHeader.
 
Question 
Type is string.
 
OriginalQuestion 
Type is TIdBytes.
 
Answer 
Scope is var. Type is TIdBytes.
 
QType 
Type is word.
 
QClass 
Type is word.
 
DNSResolver 
Type is TIdDNSResolver

string

CompleteQuery is a method. 

CompleteQuery returns a string value.

Topic generated.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.