Internet Direct (Indy) Version 9.0.2 Beta
|
procedure Parse(CompleteMessage: String; APos: Integer); virtual;
APos is the one-based integer position where data for the resource record can be located in the values specified in CompleteMessage.
Parse is not implemented in TResultRecord, and should be overridden in TResultRecord descendant classes to perform parsing specific to the content for the resource record type.
Parse is used by TIdDNSResolver when resolving a DNS query, and parsing the answer values returned in the DNS response.