Internet Direct (Indy)
Home
PreviousUpNext
TRDATARecord Class

Represents a resource record returned from a DNS query that includes Host Address record types.

Pascal
TRDATARecord = class(TResultRecord);

TRDATARecord is a TResultRecord descendant that represents a resource record returned in the results for a DNS query. TRDATARecord is the collection item created to represent a resource resource returned when TIDNSResolver.QueryRecords includes the value qtA for host address resource records. 

TRDATARecord is also the ancestor for the more specialized resource record represented in TARecord

TRDATARecord implements additional properties and the Parse method, that allow access to the most common form of resource record: a resource record that contains an IP Address in the RData property. 

TRDATARecord also implements the Assign method to allow assignment of property values that are copied from another collection item.

TResultRecord TARecord TQueryResult TIdDNSResolver.QueryRecords

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.